From f1e552d48c6bbba17d50a79e2bdfc40dfb447f7a Mon Sep 17 00:00:00 2001 From: George Lee Date: Wed, 22 Nov 2023 01:14:00 +0000 Subject: [PATCH] pixelstats: Add Lastmeal csv path Bug: 299700579 Test: Local test Change-Id: I65bfc3e09277c58688bba80d7a5c59fda4cc5178 Signed-off-by: George Lee --- pixelstats/service.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/pixelstats/service.cpp b/pixelstats/service.cpp index 85b0b46..e7148d5 100644 --- a/pixelstats/service.cpp +++ b/pixelstats/service.cpp @@ -45,6 +45,7 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = { .EEPROMPath = "/dev/battery_history", .MitigationPath = "/sys/devices/virtual/pmic/mitigation", .BrownoutReasonProp = "vendor.brownout_reason", + .BrownoutCsvPath = "/data/vendor/mitigation/lastmeal.csv", .BrownoutLogPath = "/data/vendor/mitigation/lastmeal.txt", .SpeakerTemperaturePath = "/sys/devices/platform/audiometrics/speaker_temp", .SpeakerExcursionPath = "/sys/devices/platform/audiometrics/speaker_excursion",