| Index: handler/mac/crash_report_exception_handler.cc
|
| diff --git a/handler/mac/crash_report_exception_handler.cc b/handler/mac/crash_report_exception_handler.cc
|
| index 313d4e3b4a22f60102bd7808a15da831e86dd052..404bfcac0ae20abde6158eb4005353422ac570d9 100644
|
| --- a/handler/mac/crash_report_exception_handler.cc
|
| +++ b/handler/mac/crash_report_exception_handler.cc
|
| @@ -169,6 +169,8 @@ kern_return_t CrashReportExceptionHandler::CatchMachException(
|
| return KERN_FAILURE;
|
| }
|
|
|
| + process_snapshot.SetReportID(new_report->uuid);
|
| +
|
| CallErrorWritingCrashReport call_error_writing_crash_report(database_,
|
| new_report);
|
|
|
|
|