pixelstats: Add Lastmeal csv path

Bug: 299700579
Test: Local test
Change-Id: I65bfc3e09277c58688bba80d7a5c59fda4cc5178
Signed-off-by: George Lee <geolee@google.com>
This commit is contained in:
George Lee 2023-11-22 01:14:00 +00:00
parent b8239d304a
commit f1e552d48c

View file

@ -45,6 +45,7 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
.EEPROMPath = "/dev/battery_history", .EEPROMPath = "/dev/battery_history",
.MitigationPath = "/sys/devices/virtual/pmic/mitigation", .MitigationPath = "/sys/devices/virtual/pmic/mitigation",
.BrownoutReasonProp = "vendor.brownout_reason", .BrownoutReasonProp = "vendor.brownout_reason",
.BrownoutCsvPath = "/data/vendor/mitigation/lastmeal.csv",
.BrownoutLogPath = "/data/vendor/mitigation/lastmeal.txt", .BrownoutLogPath = "/data/vendor/mitigation/lastmeal.txt",
.SpeakerTemperaturePath = "/sys/devices/platform/audiometrics/speaker_temp", .SpeakerTemperaturePath = "/sys/devices/platform/audiometrics/speaker_temp",
.SpeakerExcursionPath = "/sys/devices/platform/audiometrics/speaker_excursion", .SpeakerExcursionPath = "/sys/devices/platform/audiometrics/speaker_excursion",