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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1133493008: Add Platform.BatteryAbsent histogram to track "missing battery icon" bug (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | 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 890d404ec39ee8203f68a6c95d36fae0e089d44d..ee309a6ae1d306bc9a4d50b178be1bab80e93fe9 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -26898,6 +26898,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Platform.BatteryAbsent" enum="Boolean">
Ilya Sherman 2015/05/20 00:12:18 nit: Could you please define a BooleanAbsent or Bo
Kevin Cernekee 2015/05/20 00:23:11 I'll use BooleanAbsent for v2. The other option i
+ <owner>cernekee@chromium.org</owner>
+ <summary>
+ Indicates whether the kernel's ACPI Smart Battery System driver logged an
+ error trying to find the battery on boot.
+ </summary>
+</histogram>
+
<histogram name="Platform.BootSectorsRead">
<owner>sonnyrao@chromium.org</owner>
<summary>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698