Move display dump to gs-common

Bug: 269212897
Test: adb bugreport
Change-Id: I7b17d4d54e90429d07b545e3d53c3f528155dab5
This commit is contained in:
Adam Shih 2023-03-07 11:48:05 +08:00
parent 9f413fc11b
commit fe0605b2b1
3 changed files with 2 additions and 45 deletions

View file

@ -56,7 +56,6 @@ class Dumpstate : public BnDumpstateDevice {
void dumpPowerSection(int fd);
void dumpDevfreqSection(int fd);
void dumpMemorySection(int fd);
void dumpDisplaySection(int fd);
void dumpPixelTraceSection(int fd);
void dumpLogSection(int fd, int fdModem);