dumpstate: Dump pixel specific trace events at bugreport

At the bugreport, capture pixel tracee vents. It's useful to know
what happened in kernel side at that time.

Test: "adb bugreport" includes the pixel trace dump.
Bug: 238728493
Change-Id: I43a0b0bc51fc9aae7149e461761b798da9fce5e8
Signed-off-by: Minchan Kim <minchan@google.com>
This commit is contained in:
Minchan Kim 2022-11-07 10:34:06 -08:00
parent 4af3fad2e9
commit 31883f3edc
2 changed files with 6 additions and 0 deletions

View file

@ -70,6 +70,7 @@ class Dumpstate : public BnDumpstateDevice {
void dumpGscSection(int fd);
void dumpTrustySection(int fd);
void dumpLEDSection(int fd);
void dumpPixelTraceSection(int fd);
void dumpLogSection(int fd, int fdModem);