github bugsnag/bugsnag-android v6.25.0

6 hours ago

Enhancements

  • Added NativeOutOfMemoryPlugin as a new way to report OutOfMemoryErrors that uses pre-allocated memory in the NDK module instead of allocating an Event object. When used OutOfMemoryErrors will be more reliably reported, but will not be passed to OnErrorCallbacks (OnSendCallback works as expected).
    #2384
  • Added appHangCooldownMillis to the AppHangPlugin to control the number of AppHang errors produced when the app is performance constrained
    #2389
  • Moved root/jailbreak detection onto a background thread so that it no longer blocks startup (this should improve startup performance in most common cases)
    #2391

Bug Fixes

  • Reduced the heartbeat overheads of BugsnagAppHangPlugin reducing both the CPU cost of a heartbeat and the frequency.
    #2395

Don't miss a new bugsnag-android release

NewReleases is sending notifications on new releases.