Enhancements
bugsnag-plugin-android-ndk
no longer exports theJava_
JNI functions, and instead uses the JNIRegisterNatives
API to register the native methods.
#2205
Bug fixes
- The
bugsnag-plugin-android-exitinfo
plugin now callssetProcessState
(if configured) on a background thread and swallows any rate-limiting errors, so that it does not block the main thread during startup
#2197 - Improve the scoping of the build-id capturing in
bugsnag-plugin-android-ndk
to more reliably capture the build-id from the correct.so
file
#2203 - Fixed a background ANR that could occur during startup if processes do not launch or run quickly enough
#2202