pixelstats: add bt_usage sysfs for VendorAudioBTMediaStatsReported
Bug: 280248992 Test: Local Test Change-Id: I47e5c64503155f7102b90ed43fed2143661cf305
This commit is contained in:
parent
9233142080
commit
f1a0e75396
1 changed files with 2 additions and 1 deletions
|
@ -99,7 +99,8 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
|
|||
.PcmCountPath = "/sys/devices/platform/audiometrics/pcm_count",
|
||||
.TotalCallCountPath = "/sys/devices/platform/audiometrics/call_count",
|
||||
.OffloadEffectsIdPath = "/sys/devices/platform/audiometrics/offload_effects_id",
|
||||
.OffloadEffectsDurationPath = "/sys/devices/platform/audiometrics/offload_effects_duration"
|
||||
.OffloadEffectsDurationPath = "/sys/devices/platform/audiometrics/offload_effects_duration",
|
||||
.BluetoothAudioUsagePath = "/sys/devices/platform/audiometrics/bt_usage"
|
||||
};
|
||||
|
||||
const struct UeventListener::UeventPaths ueventPaths = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue