1,ACRA can catch ndk crash?
https://github.com/ACRA/acra/issues/129
官网上说不可以的。了解下ACRA的原理应该就很容易明白。我实践的结果也差不多类似,ACRA捕获不到NDK中的空指针。
2,
Catching exceptions thrown from native code running on Android
http://stackoverflow.com/questions/8415032/catching-exceptions-thrown-from-native-code-running-on-android
这个网站最下面给出了ACRA和breakpad整合,还没试。
3 Google Breakpad 完全解析(一) —— Windows入门篇
http://www.cnblogs.com/lancidie/p/3145504.html
4 breakpad的介绍
https://github.com/4ntoine/Acra-breakpad
5
Handling Java Errors from Native Methods
http://www.ict.nsc.ru/win/docs/java/tutorial/native1.1/implementing/error.html
6
一个和ACRA结合的例子,发送崩溃报告,但是好像不是很全
https://github.com/SalomonBrys/Native-Crash-Handler
7 android和iOS平台的崩溃捕获和收集
http://blog.csdn.net/langresser_king/article/details/8288195
8.mfc自动生成dump
MFC程序自动生成dump Windbg文件
http://www.cnblogs.com/hanf/archive/2009/12/16/1625566.html
9 如何使用NDK-STACK tool来恢复Cocos2d-x安卓错误堆栈信息
http://blog.csdn.net/jackystudio/article/details/22699129