commit | 47d881acb00195a2102a4eae40d23cc0b095df53 | [log] [tgz] |
---|---|---|
author | Jack He <siyuanh@google.com> | Wed Aug 30 19:24:37 2017 -0700 |
committer | Jack He <siyuanh@google.com> | Thu Sep 07 12:12:34 2017 -0700 |
tree | 253173bf63c4145253084dc9f7dfd8968bfb9423 | |
parent | b913a1e618d3606739ebe9c13a5773b27464c78b [diff] [blame] |
Bluetooth: add metrics for pairing with devices without names Bug: 34685932 Test: make, unit test Change-Id: I486c210790fe72a594d6144dfd17b01a7a4a9003 Merged-In: I486c210790fe72a594d6144dfd17b01a7a4a9003
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index 9fbec70..eb895de 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto
@@ -4300,6 +4300,11 @@ // OS: O MR FIELD_NUM_STATUS_ICONS = 1095; + // ACTION: Logged when user tries to pair a Bluetooth device without name from Settings app + // CATEGORY: SETTINGS + // OS: O MR + ACTION_SETTINGS_BLUETOOTH_PAIR_DEVICES_WITHOUT_NAMES = 1096; + // Add new aosp constants above this line. // END OF AOSP CONSTANTS }