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?
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
- How to create Circular view on android wear?
相关文章
- android开发 怎么把图片放入drawable的文件夹下
- android上如何获取/storage/emulated/下的文件列表
- androidStudio有个箭头不认识
- SQLite不能创建表
- Windows - Android SDK manager not listing any plat
- Animate Recycler View grid when number of columns
- Why is the app closing suddenly without showing an
- Android OverlayItem.setMarker(): Change the marker
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.