From 9a1ff5f8041e4532481a1f7c6c168965d813fc53 Mon Sep 17 00:00:00 2001 From: Spade Lee Date: Wed, 13 Mar 2024 02:08:34 +0000 Subject: [PATCH] pixelstats: gs201: add history validation path Bug: 329174074 Change-Id: I8830d4a7532d8900abdcf78ba7ab1c141b47c1b4 Signed-off-by: Spade Lee --- pixelstats/service.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pixelstats/service.cpp b/pixelstats/service.cpp index 6e84fe55..592bf2d6 100644 --- a/pixelstats/service.cpp +++ b/pixelstats/service.cpp @@ -100,7 +100,8 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = { "/sys/class/power_supply/maxfg/m5_model_state", "/sys/class/power_supply/maxfg_base/m5_model_state" }, - .TotalCallCountPath = "/sys/devices/platform/audiometrics/call_count" + .TotalCallCountPath = "/sys/devices/platform/audiometrics/call_count", + .FGLogBufferPath = "/dev/logbuffer_maxfg_monitor" }; const struct UeventListener::UeventPaths ueventPaths = {