Merge "pixelstats: add gmsr path" into main

This commit is contained in:
Jenny Ho 2023-10-24 09:17:20 +00:00 committed by Android (Google) Code Review
commit 6f0402322b

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 = {