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:
commit
b4bacec8fc
1 changed files with 2 additions and 1 deletions
|
@ -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"};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue