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

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

Issue 1138703004: [iOS] Upstream CrashReportBackgroundUploader (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update tools/metrics/histograms/histograms.xml Created 5 years, 7 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 a9f572532bc854403a8bf3e4d59b835c324677f6..e74450961d05f96382e5bfde0157723a4a8e58e6 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -4022,6 +4022,24 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="CrashReport.CrashBackgroundUploadDelay" units="ms">
+ <owner>olivierrobin@chromium.org</owner>
+ <owner>pkl@chromium.org</owner>
+ <summary>
+ Time delta between when the crash took place and when the crash was uploaded
+ by the app as a background task. Only logged on iOS.
+ </summary>
+</histogram>
+
+<histogram name="CrashReport.PendingReportsOnBackgroundWakeUp">
+ <owner>olivierrobin@chromium.org</owner>
+ <owner>pkl@chromium.org</owner>
+ <summary>
+ The number of crash reports present when the app wakes up as a background
+ task to upload crash reports. Only logged on iOS.
+ </summary>
+</histogram>
+
<histogram name="CrashReport.PermanentUploadFailure" enum="BooleanHit">
<owner>erikwright@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698