pixelstats: add gmsr path
Bug: 300590097 Change-Id: I413431f41d8cc71727e9473fdf7ba74e2a68d629 Signed-off-by: Jenny Ho <hsiufangho@google.com>
This commit is contained in:
parent
6d8d3d3f8f
commit
061526f4ab
1 changed files with 2 additions and 1 deletions
|
@ -100,7 +100,8 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
|
||||||
.TotalCallCountPath = "/sys/devices/platform/audiometrics/call_count",
|
.TotalCallCountPath = "/sys/devices/platform/audiometrics/call_count",
|
||||||
.OffloadEffectsIdPath = "/sys/devices/platform/audiometrics/offload_effects_id",
|
.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"
|
.BluetoothAudioUsagePath = "/sys/devices/platform/audiometrics/bt_usage",
|
||||||
|
.GMSRPath = "/sys/class/power_supply/maxfg/gmsr"
|
||||||
};
|
};
|
||||||
|
|
||||||
const struct UeventListener::UeventPaths ueventPaths = {
|
const struct UeventListener::UeventPaths ueventPaths = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue