dumpstate: dump AoC memory votes stats
Bug: 198203507 Test: adb bugreport, open Bug Sections "dumpstate_board.txt" Test: search for "AoC memory votes" Change-Id: I24d80a6e3493ccc961b8eed3b9da4b9dfbbf457f
This commit is contained in:
parent
902e84ee68
commit
6896836e0e
1 changed files with 1 additions and 0 deletions
|
@ -901,6 +901,7 @@ void DumpstateDevice::dumpAoCSection(int fd) {
|
|||
DumpFileToFd(fd, "AoC logging wake", "/sys/devices/platform/19000000.aoc/control/logging_wakeup");
|
||||
DumpFileToFd(fd, "AoC hotword wake", "/sys/devices/platform/19000000.aoc/control/hotword_wakeup");
|
||||
DumpFileToFd(fd, "AoC memory exception wake", "/sys/devices/platform/19000000.aoc/control/memory_exception");
|
||||
DumpFileToFd(fd, "AoC memory votes", "/sys/devices/platform/19000000.aoc/control/memory_votes");
|
||||
}
|
||||
|
||||
// Dump items related to sensors usf.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue