Skip to content

v6.8.0

Compare
Choose a tag to compare
@nickdowell nickdowell released this 18 Mar 10:27
· 1475 commits to master since this release
3196f90

Enhancements

  • Bugsnag now detects app hangs (when the main thread is unresponsive for a period of time), alerting you of issues with your app’s responsiveness.
    By default, only fatal app hangs (those that end with termination by the system watchdog or being force-quit by the user) will be reported.
    This behaviour can be configured using the new appHangThresholdMillis configuration option.
    For more information see the documentation.
    #1039

Bug fixes

  • Fix a heap buffer overflow reported by Address Sanitizer.
    #1043

  • Fix parsing of callStackSymbols where the image name contains spaces.
    #1036

  • Fix a possible deadlock when writing crash reports for unhandled errors.
    #1034