DescriptionUnhook current Breakpad object after handling uncaught NSException. After handling an uncaught NSException, release the Breakpad object so there will not be a second crash dump logged. Prior to this change, for every uncaught NSException handled through the Breakpad::UncaughtExceptionHandler(), a second crash without any useful information (generally __cxa_rethrow and std::__terminate) is recorded. Patch Set 1 #Patch Set 2 : #MessagesTotal messages: 1
|