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
Fixed rare thread-starvation issue where some internal failures could lead to deadlocks. This was most noticeable
when attempting to call Bugsnag.start on an architecture (ABI) that was not packaged in the APK, and lead to an
ANR instead of an error report. #1768
Bugsnag now supports up to 500 breadcrumbs, with a default max of 100. Note that breadcrumbs will be trimmed
(oldest first) if the payload exceeds 1MB. #1751
Bug fixes
Fixed very rare crashes when attempting to unwind NDK stacks over protected memory pages #1761
Setting Configuration.attemptDeliveryOnCrash will cause Bugsnag to attempt error delivery during some crashes.
Use of this feature is discouraged, see the method JavaDoc for more information. #1749
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