Crittercism on Android with NDK?

六眼飞鱼酱① 提交于 2019-12-12 22:05:17

问题


I'm attempting to use the example code from Crittercism found in their documentation: http://docs.crittercism.com/android/android.html#other-tasks I get the callback, but after I've forced an exception in my C++ code I always get false from the boolean didCrashOnLastLoad. Does Crittercism support crashes in NDK?


回答1:


Crittercism does support NDK crashes and this callback does look for both NDK and Android SDK crashes occurring.

If you go to this download link you'll see next to Android an Android NDK download, this will download the latest version of the NDK library.

You need to install the NDK .jar file versus the regular SDK as it provides the added NDK functionality, otherwise there is no difference between the two .jar files. This was separated out to give developers the option of support since it does increase the Library's size.

One note to keep in mind, NDK support is currently covered in the paid plans and not on the Basic plan. See the plan options here.



来源:https://stackoverflow.com/questions/23959050/crittercism-on-android-with-ndk

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!