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

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

Issue 2748913002: [Merge to M58] [Android Crash Reporting] Simplify crash report upload code. (Closed)
Patch Set: 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
« no previous file with comments | « components/minidump_uploader/android/java/src/org/chromium/components/minidump_uploader/CrashFileManager.java ('k') | 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 0461540abf8d1ce3e9532b92c95998f774a63292..98b85a9fc8353691306ca03b652b897dde73b897 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -66840,6 +66840,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>
« no previous file with comments | « components/minidump_uploader/android/java/src/org/chromium/components/minidump_uploader/CrashFileManager.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698