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

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

Issue 2911503002: [Android] Adding UMA for events in Background Task Scheduler (Closed)
Patch Set: Addressing CR feedback 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
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index db43539c4504e3e16d2373ecfa2bbee4cdb8cc4e..dd73dc23ab6259bbee78b1c53212f9e794e4318b 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -2023,6 +2023,17 @@ uploading your change for review. These are checked by presubmit scripts.
<int value="5" label="Permission denied"/>
</enum>
+<enum name="BackgroundTaskId" type="int">
+ <int value="0" label="Test task (should not appear)"/>
+ <int value="1" label="Omaha"/>
+ <int value="2" label="GCM Background Task"/>
+ <int value="3" label="Notification service task"/>
+ <int value="4" label="Webview minidump uploading task"/>
+ <int value="5" label="Chrome minidump uploading task"/>
+ <int value="6" label="Offlining pages task"/>
+ <int value="7" label="Offline page prefetch task"/>
+</enum>
+
<enum name="BackgroundTracingState" type="int">
<int value="0" label="Scenario activation requested"/>
<int value="1" label="Scenario successfully activated"/>

Powered by Google App Engine
This is Rietveld 408576698