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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2727573004: [Android Crash Reporting] Simplify crash report upload code. (Closed)
Patch Set: Fix up a comment Created 3 years, 9 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index bdbb9a92d6c858069d783d92cd8da3121c16eced..29b54cc40e12f66c145c1abbc67a9c5f1706bb52 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -67040,6 +67040,29 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Stability.Android.PendingMinidumpsOnStartup" units="minidumps">
+ <owner>isherman@chromium.org</owner>
+ <summary>
+ The number of un-uploaded minidumps present in the Android Crash Reports
+ directory. Each minidump file (should) correspond to a crash. This is
+ recorded on startup, just prior to initiating uploading for these minidumps.
+ This is intended as a temporary metric, to be removed around M60:
+ http://crbug.com/699785
+ </summary>
+</histogram>
+
+<histogram name="Stability.Android.PendingMinidumpsOnStartup.SansLogcat"
+ units="minidumps">
+ <owner>isherman@chromium.org</owner>
+ <summary>
+ The number of un-uploaded minidumps present in the Android Crash Reports
+ directory that do not yet have logcat output attached. Each minidump file
+ (should) correspond to a crash. This is recorded on startup, just prior to
+ initiating uploading for all pending minidumps. This is intended as a
+ temporary metric, to be removed around M60: http://crbug.com/699785
+ </summary>
+</histogram>
+
<histogram name="Stability.BadMessageTerminated.Chrome"
enum="BadMessageReasonChrome">
<owner>nick@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698