Using Google Breakpad for Android NDK?

后端 未结 2 349
梦如初夏
梦如初夏 2020-12-28 17:26

Is anyone using Google Breakpad for Android native code (NDK) ?

If so, could you elaborate on how to get it up and running (the client side that is). The docs are ve

2条回答
  •  萌比男神i
    2020-12-28 17:59

    Sorry about that, I did the initial port but I didn't really document anything. However, one of the Chrome engineers did some work on the port and wrote a really nice README: https://chromium.googlesource.com/breakpad/breakpad/+/master/README.ANDROID

    There's also an NDK-compatible Android.mk file in there now, so if you're using the standard NDK build system it should be simple to incorporate Breakpad.

提交回复
热议问题