Skip to content

Commit e40f3d2

Browse files
committed
Add UMA metrics for Chrome OS Bluetooth system daemon
This adds the following histograms and their definitions. [Histograms] - BlueZ.AdapterLost - BlueZ.NumberOfExistingAdvertisements BUG=chromium:724720 [email protected] (cherry picked from commit b5a0727) Change-Id: I44e8cb0df131efff57582d5bbbda7abe2b16a97b Reviewed-on: https://chromium-review.googlesource.com/722076 Commit-Queue: Miao-chen Chou <[email protected]> Reviewed-by: Rahul Chaturvedi <[email protected]> Reviewed-by: Robert Kaplow <[email protected]> Cr-Original-Commit-Position: refs/heads/master@{#509544} Reviewed-on: https://chromium-review.googlesource.com/728349 Reviewed-by: Miao-chen Chou <[email protected]> Cr-Commit-Position: refs/branch-heads/3239@{#73} Cr-Branched-From: adb61db-refs/heads/master@{#508578}
1 parent 5c56ee9 commit e40f3d2

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

tools/metrics/histograms/histograms.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7408,6 +7408,25 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
74087408
</summary>
74097409
</histogram>
74107410

7411+
<histogram name="BlueZ.AdapterLost" units="losses">
7412+
<owner>[email protected]</owner>
7413+
<summary>
7414+
This is specific to Chrome OS. Records an occurance of a Bluetooth adapter
7415+
being lost. This helps us better understand the Bluetooth controller drop
7416+
issue in the field.
7417+
</summary>
7418+
</histogram>
7419+
7420+
<histogram name="BlueZ.NumberOfExistingAdvertisements" units="advertisements">
7421+
<owner>[email protected]</owner>
7422+
<summary>
7423+
This is specific to Chrome OS. Records the number of existing advertisements
7424+
when registering for a new advertisement. This helps us better understand
7425+
the common amount of advertisments used and the registration failures due to
7426+
the limited number of advertisement slots.
7427+
</summary>
7428+
</histogram>
7429+
74117430
<histogram name="BlueZ.ReasonOfDisconnection" enum="BlueZReasonOfDisconnection">
74127431
<owner>[email protected]</owner>
74137432
<summary>

0 commit comments

Comments
 (0)