| Index: third_party/crashpad/crashpad/client/crash_report_database_mac.mm
|
| diff --git a/third_party/crashpad/crashpad/client/crash_report_database_mac.mm b/third_party/crashpad/crashpad/client/crash_report_database_mac.mm
|
| index 9799bb0fa25d5677d0953e83fc28b37a017a9a97..861a699e83fcd05600cc0b61b3e6e5ef9fb0c9a9 100644
|
| --- a/third_party/crashpad/crashpad/client/crash_report_database_mac.mm
|
| +++ b/third_party/crashpad/crashpad/client/crash_report_database_mac.mm
|
| @@ -35,6 +35,7 @@
|
| #include "util/file/file_io.h"
|
| #include "util/mac/xattr.h"
|
| #include "util/misc/initialization_state_dcheck.h"
|
| +#include "util/misc/metrics.h"
|
|
|
| namespace crashpad {
|
|
|
| @@ -358,6 +359,8 @@ CrashReportDatabaseMac::FinishedWritingCrashReport(NewReport* report,
|
| return kFileSystemError;
|
| }
|
|
|
| + Metrics::CrashReportSize(report->handle);
|
| +
|
| return kNoError;
|
| }
|
|
|
|
|