pixelstats: enable mitigation stats for gs101 am: dfcbf1ec32 am: 9979984ae9 am: 0aea8bb009

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

Change-Id: I5aaa2e48cb97d5b7bc8b3db96dd3744845dd7cb4
This commit is contained in:
George Lee 2021-07-22 17:58:01 +00:00 committed by Automerger Merge Worker
commit b4bacec8fc

View file

@ -39,7 +39,8 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
.F2fsStatsPath = "/sys/fs/f2fs/",
.ImpedancePath = "/sys/devices/platform/audiometrics/speaker_impedance",
.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 = {
.AudioUevent = "/devices/virtual/amcs/amcs",
.WirelessChargerPtmcPath = "/sys/class/power_supply/wireless/device/ptmc_id"};