Enhancements
- Introduced
bugsnag_refresh_symbol_table
andBugsnagNDK.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 usingdlopen
orSystem.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