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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1023823002: Report Bluetooth adapter status to UMA. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change class static to function static Created 5 years, 9 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 | « chrome/browser/signin/easy_unlock_service.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 c681c594f1cfa81a87ba5c27743cb80b21b6aa27..405889428c246190afc056ea4b56650d670afe42 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -6648,6 +6648,18 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</details>
</histogram>
+<histogram name="EasyUnlock.BluetoothAvailability"
+ enum="EasyUnlockBluetoothType">
+ <owner>bcwhite@chromium.org</owner>
+ <summary>
+ Reports the type of Bluetooth adapter present in the device.
jwd 2015/03/23 14:12:16 Can you add a comment about when this gets logged.
bcwhite 2015/03/23 14:27:13 Done. Though it only logs once, when the process
+ </summary>
+ <details>
+ Statistics about what Bluetooth capabilities are available will determine
+ how the EasyUnlock feature gets developed and deployed across platforms.
+ </details>
+</histogram>
+
<histogram name="EasyUnlock.ClickedButton" enum="EasyUnlockButton">
<owner>joshwoodward@google.com</owner>
<owner>tbarzic@chromium.org</owner>
@@ -47177,6 +47189,12 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="19" label="Password entry: Phone locked and tx power too high"/>
</enum>
+<enum name="EasyUnlockBluetoothType" type="int">
+ <int value="0" label="No adapter"/>
+ <int value="1" label="Normal"/>
+ <int value="2" label="Low energy"/>
+</enum>
+
<enum name="EasyUnlockButton" type="int">
<int value="0" label="Setup app launches"/>
<int value="1" label="Find device"/>
« no previous file with comments | « chrome/browser/signin/easy_unlock_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698