bcl: add lastmeal.csv into dumpstate
Test: ./dump_power Bug: 293899466 Change-Id: I0ff03baf459fe4a2ae57a2837f4181b04d764e7b Signed-off-by: samou <samou@google.com>
This commit is contained in:
parent
7c8ae6703a
commit
e4ceff9023
1 changed files with 1 additions and 0 deletions
|
@ -603,6 +603,7 @@ void dumpGvoteables() {
|
||||||
|
|
||||||
void dumpMitigation() {
|
void dumpMitigation() {
|
||||||
const char *mitigationList [][2] {
|
const char *mitigationList [][2] {
|
||||||
|
{"LastmealCSV" , "/data/vendor/mitigation/lastmeal.csv"},
|
||||||
{"Lastmeal" , "/data/vendor/mitigation/lastmeal.txt"},
|
{"Lastmeal" , "/data/vendor/mitigation/lastmeal.txt"},
|
||||||
{"Thismeal" , "/data/vendor/mitigation/thismeal.txt"},
|
{"Thismeal" , "/data/vendor/mitigation/thismeal.txt"},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue