Skip to content

v5.16.4

Compare
Choose a tag to compare
@kattrali kattrali released this 14 Sep 00:20
· 3476 commits to master since this release

Bug Fixes

  • Ensure NSException is captured when handler is overridden
    #313

  • Fix mach handler declaration and imports. This resolves an issue where signal
    codes were less specific than is possible.
    #314

  • Only call previously installed C++ termination handler if non-null. Fixes an
    unexpected termination if you override the handler with null before
    initializing Bugsnag and then throw a C++ exception and would like the app to
    continue after Bugsnag completes exception reporting.