You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Enhancements
Introduced bugsnag_refresh_symbol_table and BugsnagNDK.refreshSymbolTable to allow NDK apps to force a refresh of cached
debug information used during a native crash. This new API is only applicable if you are using dlopen or System.loadLibrary
after startup, and experiencing native crashes with missing symbols. #1731
Bug fixes
Non-List Collections are now correctly handled as OPAQUE values for NDK metadata #1728