Commit 8fd05494 authored by Sonny Sasaka's avatar Sonny Sasaka Committed by Commit Bot

Add UMA metrics for BlueZ

This adds BlueZ.ChipLost. This differs from BlueZ.AdapterLost in that
ChipLost records adapter lost specifically due to hardware
disconnection.

Corresponding CL where metrics is used: http://crosreview.com/924505

BUG=chromium:813390

Change-Id: I1a1956f6f40508b57af12c49ee4c1265c7309457
Reviewed-on: https://chromium-review.googlesource.com/930482Reviewed-by: default avatarSteven Holte <holte@chromium.org>
Reviewed-by: default avatarMiao-chen Chou <mcchou@chromium.org>
Commit-Queue: Sonny Sasaka <sonnysasaka@chromium.org>
Cr-Commit-Position: refs/heads/master@{#538864}
parent 8fe2c8ab
...@@ -8412,6 +8412,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. ...@@ -8412,6 +8412,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary> </summary>
</histogram> </histogram>
<histogram name="BlueZ.ChipLost" units="seconds">
<owner>sonnysasaka@chromium.org</owner>
<summary>
This is specific to Chrome OS. Records a duration of a Bluetooth adapter
being lost caused by hardware disconnection. This helps us better understand
the Bluetooth controller drop issue in the field.
</summary>
</histogram>
<histogram name="BlueZ.NumberOfExistingAdvertisements" units="advertisements"> <histogram name="BlueZ.NumberOfExistingAdvertisements" units="advertisements">
<owner>mcchou@chromium.org</owner> <owner>mcchou@chromium.org</owner>
<summary> <summary>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment