From 6ebf1dceb04738865d5b35a24425e25ebb2fa65c Mon Sep 17 00:00:00 2001 From: George Lee Date: Thu, 13 Oct 2022 16:52:15 -0700 Subject: [PATCH] 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 Signed-off-by: George Lee Change-Id: Ia0ab4e6da0f908dbca8402db9d767577863035bd --- pixelstats/service.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/pixelstats/service.cpp b/pixelstats/service.cpp index 83a46727..bd8b982f 100644 --- a/pixelstats/service.cpp +++ b/pixelstats/service.cpp @@ -58,6 +58,7 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = { }, .BlockStatsLength = BLOCK_STATS_LENGTH, .AmsRatePath = "/sys/devices/platform/audiometrics/ams_rate_read_once", + .MitigationPath = "/sys/devices/virtual/pmic/mitigation", .ThermalStatsPaths = { "/sys/devices/platform/100a0000.BIG/trip_counter", "/sys/devices/platform/100a0000.MID/trip_counter",