pixelstats: enable mitigation stats for gs201

Corresponding change to reflect changes that enable mitigation stats.

Bug: 253522156
Test: Local Test.
$> cmd stats print-logs
$> logcat | grep <atom id>
Signed-off-by: George Lee <geolee@google.com>
Change-Id: Ia0ab4e6da0f908dbca8402db9d767577863035bd
This commit is contained in:
George Lee 2022-10-13 16:52:15 -07:00 committed by TreeHugger Robot
parent a089e44eb1
commit 6ebf1dceb0

View file

@ -58,6 +58,7 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
}, },
.BlockStatsLength = BLOCK_STATS_LENGTH, .BlockStatsLength = BLOCK_STATS_LENGTH,
.AmsRatePath = "/sys/devices/platform/audiometrics/ams_rate_read_once", .AmsRatePath = "/sys/devices/platform/audiometrics/ams_rate_read_once",
.MitigationPath = "/sys/devices/virtual/pmic/mitigation",
.ThermalStatsPaths = { .ThermalStatsPaths = {
"/sys/devices/platform/100a0000.BIG/trip_counter", "/sys/devices/platform/100a0000.BIG/trip_counter",
"/sys/devices/platform/100a0000.MID/trip_counter", "/sys/devices/platform/100a0000.MID/trip_counter",