Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 180ec300752b6dc19979842c819f1bea4948d183..4a203c99704167772c30e684e4129a7a36fa892b 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -2922,6 +2922,19 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram name="Bluetooth.Web.Characteristic.StartNotifications.Outcome" |
+ enum="WebBluetoothGATTOperationOutcome"> |
+ <owner>jyasskin@chromium.org</owner> |
+ <owner>ortuno@chromium.org</owner> |
+ <owner>scheib@chromium.org</owner> |
+ <summary> |
+ Records the outcome of a call to characteristic.startNofications(). Used to |
+ know what types of errors users are seeing. The results will be used to |
+ determine how common these errors are and if we need to provide better error |
+ messages to the users. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Bluetooth.Web.Characteristic.WriteValue.Outcome" |
enum="WebBluetoothGATTOperationOutcome"> |
<owner>jyasskin@chromium.org</owner> |
@@ -73291,6 +73304,8 @@ To add a new entry, add it with any value and run test to compute valid value. |
<int value="3" label="getCharacteristic()"/> |
<int value="4" label="Characteristic.readValue()"/> |
<int value="5" label="Characteristic.writeValue()"/> |
+ <int value="6" label="Characteristic.startNotifications()"/> |
+ <int value="7" label="Characteristic.stopNotifications()"/> |
</enum> |
<enum name="WebBluetoothGATTOperationOutcome" type="int"> |