1express_metric { 2 id: "bluetooth.value_close_profile_proxy_adapter_mismatch" 3 type: COUNTER_WITH_UID 4 display_name: "Calls of closeProfileProxy on a proxy from a different BluetoothAdapter" 5 description: 6 "Counting how many calls to BluetoothAdapter.closeProfileProxy where made with" 7 "a BluetoothProfile opened with getProfileProxy on a different BluetoothAdapter" 8 "instance." 9 owner_email: "licorne@google.com" 10 unit: UNIT_COUNT 11} 12 13express_metric { 14 id: "bluetooth.value_cvsd_codec_usage_over_hfp" 15 type: COUNTER 16 display_name: "HFP codec usage -- CVSD" 17 description: "Counter on how many times CVSD codec is used for HFP." 18 owner_email: "wescande@google.com" 19 owner_email: "rotkiewicz@google.com" 20 unit: UNIT_COUNT 21} 22 23express_metric { 24 id: "bluetooth.value_msbc_codec_usage_over_hfp" 25 type: COUNTER 26 display_name: "HFP codec usage -- mSbc" 27 description: "Counter on how many times mSbc codec is used for HFP." 28 owner_email: "wescande@google.com" 29 owner_email: "rotkiewicz@google.com" 30 unit: UNIT_COUNT 31} 32 33express_metric { 34 id: "bluetooth.value_aptx_codec_usage_over_hfp" 35 type: COUNTER 36 display_name: "HFP codec usage -- AptX" 37 description: "Counter on how many times AptX codec is used for HFP." 38 owner_email: "wescande@google.com" 39 owner_email: "rotkiewicz@google.com" 40 unit: UNIT_COUNT 41} 42 43express_metric { 44 id: "bluetooth.value_lc3_codec_usage_over_hfp" 45 type: COUNTER 46 display_name: "HFP codec usage -- LC3" 47 description: "Counter on how many times LC3 codec is used for HFP." 48 owner_email: "wescande@google.com" 49 owner_email: "rotkiewicz@google.com" 50 unit: UNIT_COUNT 51} 52 53express_metric { 54 id: "bluetooth.value_auto_on_supported" 55 type: COUNTER 56 display_name: "Auto on -- support" 57 description: "How many times the Bluetooth start with AutoOnFeature supported" 58 owner_email: "wescande@google.com" 59 unit: UNIT_COUNT 60} 61 62express_metric { 63 id: "bluetooth.value_auto_on_triggered" 64 type: COUNTER 65 display_name: "Auto on -- trigger" 66 description: "How many times the Bluetooth restart because of AutoOnFeature" 67 owner_email: "wescande@google.com" 68 unit: UNIT_COUNT 69} 70 71express_metric { 72 id: "bluetooth.value_auto_on_disabled" 73 type: COUNTER 74 display_name: "Auto on -- disabled" 75 description: "How many times the user manually disable the AutoOnFeature" 76 owner_email: "wescande@google.com" 77 unit: UNIT_COUNT 78} 79 80express_metric { 81 id: "bluetooth.value_auto_on_enabled" 82 type: COUNTER 83 display_name: "Auto on -- enabled" 84 description: "How many times the user manually enable the AutoOnFeature" 85 owner_email: "wescande@google.com" 86 unit: UNIT_COUNT 87} 88 89express_metric { 90 id: "bluetooth.value_kill_from_binder_thread" 91 type: COUNTER 92 display_name: "Kill from binder thread" 93 description: "How many times Bluetooth could not be turned OFF and needed to be kill from the binder thread" 94 owner_email: "wescande@google.com" 95 unit: UNIT_COUNT 96} 97