# google-breakpad **Repository Path**: msunfeixiang/google-breakpad ## Basic Information - **Project Name**: google-breakpad - **Description**: 1 采集 android native 崩溃 dmp 2 https://github.com/google/breakpad 移植Android - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-06-28 - **Last Updated**: 2024-06-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # **感谢** [Google breakpad](https://github.com/google/breakpad) [参考文档](https://cloud.tencent.com/developer/article/1907217) [相关工具 breakpad-minindump-tools](https://gitee.com/wabwh/breakpad-minindump-tools) # **wsl 中执行 shell** ![导出dmp](images/README/1.png) ``` ./tools/minidump_stackwalk f081cbd9-24be-4409-ef606ea0-662fb40d.dmp > crash.log ``` ![查看crash.log](images/README/2.png) ```she addr2line -f -e libhello.so 0x25138 ``` ![定位问题](images/README/3.png) ![定位Native代码](images/README/4.png) 有好的idea请联系邮箱 sunfeixiang2020@163.com