Skip to content

v5.26.0

Compare
Choose a tag to compare
@lemnik lemnik released this 18 Aug 09:16
· 759 commits to master since this release
99ecf57

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