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?
Asked
Active
Viewed 654 times
1 Answers
4
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.

pixelknitter
- 869
- 6
- 15
-
I am using the NDK version, but 4.4.0. Oh, and I did email Crittercism since we have a plan and I have a ticket, just was seeing if anyone else could help with it while I wait. – Steven Behnke May 30 '14 at 21:07
-
Sure, the above should clear things up for the callback, though if you're having trouble with the plan not giving you permission, then Crittercism support was the right place to go. :) – pixelknitter May 31 '14 at 17:24