Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 2349993003: Add crash report size histogram (Closed)
Patch Set: . Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 1727ca2af1de172d509f753c4c577ae0f75a421b..007233dc49498f1180c39be01965843c703225f7 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 when captured.</summary>
+</histogram>
+
<histogram name="CrashReport.BreakpadCrashDumpOutcome" enum="DumpOutcome">
<obsolete>
Deprecated as of 04/2016 as CrashPad does not implement this.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698