From e4ceff9023e5969824f0c337b32bc3d54d9670f9 Mon Sep 17 00:00:00 2001 From: samou Date: Fri, 15 Dec 2023 14:39:17 +0000 Subject: [PATCH] bcl: add lastmeal.csv into dumpstate Test: ./dump_power Bug: 293899466 Change-Id: I0ff03baf459fe4a2ae57a2837f4181b04d764e7b Signed-off-by: samou --- dumpstate/dump_power.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/dumpstate/dump_power.cpp b/dumpstate/dump_power.cpp index 524ec6a..ff6aa1e 100644 --- a/dumpstate/dump_power.cpp +++ b/dumpstate/dump_power.cpp @@ -603,6 +603,7 @@ void dumpGvoteables() { void dumpMitigation() { const char *mitigationList [][2] { + {"LastmealCSV" , "/data/vendor/mitigation/lastmeal.csv"}, {"Lastmeal" , "/data/vendor/mitigation/lastmeal.txt"}, {"Thismeal" , "/data/vendor/mitigation/thismeal.txt"}, };