mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-02-19 00:39:38 +00:00
ios/mac: Add exception code for Crashpad uncaught exceptions.
Change-Id: I4c6a6fb353cacb09710c579e59332d70d1e801a8 Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/3093129 Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
committed by
Nelson Billing
parent
2d0d117749
commit
d93f6b9393
@@ -1138,6 +1138,9 @@ string MinidumpProcessor::GetCrashReason(Minidump* dump, uint64_t* address) {
|
||||
case MD_EXCEPTION_MAC_SIMULATED:
|
||||
reason = "Simulated Exception";
|
||||
break;
|
||||
case MD_NS_EXCEPTION_SIMULATED:
|
||||
reason = "Uncaught NSException";
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user