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

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

Issue 2911503002: [Android] Adding UMA for events in Background Task Scheduler (Closed)
Patch Set: Addressing CR feedback: Renaming metrics Created 3 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
« no previous file with comments | « tools/metrics/histograms/enums.xml ('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 3601a619d5946a35efc0030093464ef1fb757b3d..d0418d47dd0d14de8e443d955ac7b70e0720e94c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -558,6 +558,48 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Android.BackgroundTaskScheduler.TaskCanceled"
+ enum="BackgroundTaskId">
+ <owner>fgorski@chromium.org</owner>
+ <owner>nyquist@chromium.org</owner>
+ <summary>Records that a specific background task has been canceled.</summary>
+</histogram>
+
+<histogram name="Android.BackgroundTaskScheduler.TaskScheduled.Failure"
+ enum="BackgroundTaskId">
+ <owner>fgorski@chromium.org</owner>
+ <owner>nyquist@chromium.org</owner>
+ <summary>
+ Records that a specific background task has failed to be scheduled.
+ </summary>
+</histogram>
+
+<histogram name="Android.BackgroundTaskScheduler.TaskScheduled.Success"
+ enum="BackgroundTaskId">
+ <owner>fgorski@chromium.org</owner>
+ <owner>nyquist@chromium.org</owner>
+ <summary>
+ Records that a specific background task has been successfully scheduled.
+ </summary>
+</histogram>
+
+<histogram name="Android.BackgroundTaskScheduler.TaskStarted"
+ enum="BackgroundTaskId">
+ <owner>fgorski@chromium.org</owner>
+ <owner>nyquist@chromium.org</owner>
+ <summary>Records that a specific background task has been started.</summary>
+</histogram>
+
+<histogram name="Android.BackgroundTaskScheduler.TaskStopped"
+ enum="BackgroundTaskId">
+ <owner>fgorski@chromium.org</owner>
+ <owner>nyquist@chromium.org</owner>
+ <summary>
+ Records that a specific background task has been stopped by Background Task
+ Scheduler before it was able to complete itself.
+ </summary>
+</histogram>
+
<histogram name="Android.ChromeHome.DurationOpen" units="ms">
<owner>mdjones@chromium.org</owner>
<owner>twellington@chromium.org</owner>
« no previous file with comments | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698