pixelstats: enable mitigation stats for gs101 am: dfcbf1ec32 am: 9979984ae9
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15146066 Change-Id: I693f8cea8b5afb6e9db5106af67a19493f5f57fa
This commit is contained in:
commit
3375a654f6
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