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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2458163003: Add UMA for WebBluetooth RSSI signal strength level (Closed)
Patch Set: add UMA for WebBluetooth RSSI signal strength level Created 4 years, 1 month 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/bluetooth/bluetooth_metrics.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 55e604900df4a4e0e3fe78de7604ef08b4e4f7c7..0ba6a6bf2704e9520b17fa6be7929a5c0ad4f92e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -4760,6 +4760,19 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Bluetooth.Web.RequestDevice.RSSISignalStrengthLevel"
+ enum="WebBluetoothRSSISignalStrengthLevel">
+ <owner>jyasskin@chromium.org</owner>
+ <owner>ortuno@chromium.org</owner>
+ <owner>scheib@chromium.org</owner>
+ <owner>juncai@chromium.org</owner>
+ <summary>
+ Records what the Bluetooth device RSSI signal strength distributions are.
scheib 2016/10/29 00:03:48 Displayed Bluetooth device RSSI signal strengths i
juncai 2016/10/31 20:07:46 Done.
+ These results will help us better understand how to display signal strength
+ level in the chooser.
+ </summary>
+</histogram>
+
<histogram name="Bluetooth.Web.RequestDevice.UnionOfServices.Count"
units="services">
<owner>jyasskin@chromium.org</owner>
@@ -103185,6 +103198,16 @@ value.
<int value="18" label="Bluetooth Low Energy not available"/>
</enum>
+<enum name="WebBluetoothRSSISignalStrengthLevel" type="int">
+ <int value="0" label="Less than or equal to minimum RSSI"/>
+ <int value="1" label="RSSI signal strength level 0"/>
+ <int value="2" label="RSSI signal strength level 1"/>
+ <int value="3" label="RSSI signal strength level 2"/>
+ <int value="4" label="RSSI signal strength level 3"/>
+ <int value="5" label="RSSI signal strength level 4"/>
+ <int value="6" label="Greater than or equal to maximum RSSI"/>
+</enum>
+
<enum name="WebCertVerifyAgreement" type="int">
<int value="0" label="Accepted by both iOS and NSS."/>
<int value="1" label="Rejected by both iOS and NSS."/>
« no previous file with comments | « content/browser/bluetooth/bluetooth_metrics.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698