Crittercism on Android with NDK?

2019-07-09 09:09发布

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条回答
Lonely孤独者°
2楼-- · 2019-07-09 09:31

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.

查看更多
登录 后发表回答