pixelstats: add gmsr path

Bug: 300590097
Change-Id: I413431f41d8cc71727e9473fdf7ba74e2a68d629
Signed-off-by: Jenny Ho <hsiufangho@google.com>
This commit is contained in:
Jenny Ho 2023-10-16 18:16:23 +08:00
parent 6d8d3d3f8f
commit 061526f4ab

View file

@ -100,7 +100,8 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
.TotalCallCountPath = "/sys/devices/platform/audiometrics/call_count",
.OffloadEffectsIdPath = "/sys/devices/platform/audiometrics/offload_effects_id",
.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 = {