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:
parent
9358ac98d9
commit
b32bc7188d
2 changed files with 36 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue