Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 1727ca2af1de172d509f753c4c577ae0f75a421b..327a4296cfa5d196f25d643d7c9371a6a4ac6b3d 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -7396,6 +7396,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| <summary>The exit codes for crashed renderer processes.</summary> |
| </histogram> |
| +<histogram name="Crashpad.CrashReportSize" units="bytes"> |
| + <owner>scottmg@chromium.org</owner> |
| + <summary>The size of a crash report minidump on disk.</summary> |
|
Alexei Svitkine (slow)
2016/09/19 19:01:29
Nit: Mention when it's recorded. At the time of se
scottmg
2016/09/19 19:06:10
Done.
|
| +</histogram> |
| + |
| <histogram name="CrashReport.BreakpadCrashDumpOutcome" enum="DumpOutcome"> |
| <obsolete> |
| Deprecated as of 04/2016 as CrashPad does not implement this. |