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

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

Issue 2641173009: Add BluetoothRemoteGATTDescriptor reporting for .readValue(). (Closed)
Patch Set: Created 3 years, 11 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/bluetooth/web_bluetooth_service_impl.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 3df69e024281ff6e8feecfc6c7d3f2e20c903cc2..976e3161063cfe6be9948617d76340f2c8020844 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -5016,6 +5016,19 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Bluetooth.Web.Descriptor.ReadValue.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 descriptor.readValue(). 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.FunctionCall.Count" enum="WebBluetoothFunction">
<owner>jyasskin@chromium.org</owner>
<owner>ortuno@chromium.org</owner>
« no previous file with comments | « content/browser/bluetooth/web_bluetooth_service_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698