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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 316863004: Battery Status API: add UMA logging for Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed Michael's comment + rebase Created 6 years, 6 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 | « content/browser/battery_status/battery_status_manager_android.cc ('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 8f7b359fc5b5ac29e47cf758b38e7a20d9839daa..32aed37ad106ae51ce751066d5e184cf50331f98 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -1749,6 +1749,13 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="BatteryStatus.BatteryAndroidAvailable" enum="BooleanAvailable">
+ <owner>timvolodine@chromium.org</owner>
+ <summary>
+ Whether the Battery Status API was successfully started up on Android.
Ilya Sherman 2014/06/06 07:18:04 nit: The histogram name and enum values (available
timvolodine 2014/06/06 12:35:49 right, I've changed the enum to BooleanSuccess and
+ </summary>
+</histogram>
+
<histogram name="Blacklist.Blocked" enum="DllHash">
<owner>csharp@chromium.org</owner>
<summary>
« no previous file with comments | « content/browser/battery_status/battery_status_manager_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698