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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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