pixelstats: enable mitigation stats for gs101 am: dfcbf1ec32

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15146066

Change-Id: Iaeaf790f856e2b680609a71dc5b29198dfb9810f
This commit is contained in:
George Lee 2021-07-22 17:26:15 +00:00 committed by Automerger Merge Worker
commit 6e70bd0a88

View file

@ -39,7 +39,8 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
.F2fsStatsPath = "/sys/fs/f2fs/", .F2fsStatsPath = "/sys/fs/f2fs/",
.ImpedancePath = "/sys/devices/platform/audiometrics/speaker_impedance", .ImpedancePath = "/sys/devices/platform/audiometrics/speaker_impedance",
.CodecPath = "/sys/devices/platform/audiometrics/codec_state", .CodecPath = "/sys/devices/platform/audiometrics/codec_state",
.EEPROMPath = "/dev/battery_history"}; .EEPROMPath = "/dev/battery_history",
.MitigationPath = "/sys/devices/virtual/pmic/mitigation"};
const struct UeventListener::UeventPaths ueventPaths = { const struct UeventListener::UeventPaths ueventPaths = {
.AudioUevent = "/devices/virtual/amcs/amcs", .AudioUevent = "/devices/virtual/amcs/amcs",
.WirelessChargerPtmcPath = "/sys/class/power_supply/wireless/device/ptmc_id"}; .WirelessChargerPtmcPath = "/sys/class/power_supply/wireless/device/ptmc_id"};