dumpstate: support pre-touch status.

Bug: 193467774
Test: check bugreport for touch pre-logs.
Signed-off-by: Super Liu <supercjliu@google.com>
Change-Id: I5c854866302333df7eac803b0366d432bc8d2540
This commit is contained in:
Super Liu 2021-10-25 09:51:53 +08:00 committed by TreeHugger Robot
parent 9358ac98d9
commit b32bc7188d
2 changed files with 36 additions and 0 deletions

View file

@ -64,6 +64,7 @@ struct DumpstateDevice : public IDumpstateDevice {
void dumpWlanSection(int fd);
void dumpPowerSection(int fd);
void dumpThermalSection(int fd);
void dumpPreTouchSection(int fd);
void dumpTouchSection(int fd);
void dumpSocSection(int fd);
void dumpCpuSection(int fd);