Move display dump to gs-common

Bug: 269212897
Test: adb bugreport
Change-Id: Idc38fd971b274ba4ef62e2347c92eef7fb13e20f
This commit is contained in:
Adam Shih 2023-03-07 12:57:48 +08:00
parent 63abc33c26
commit 78bbc7d5f8
3 changed files with 1 additions and 43 deletions

View file

@ -50,7 +50,6 @@ class Dumpstate : public BnDumpstateDevice {
void dumpPowerSection(int fd);
void dumpDevfreqSection(int fd);
void dumpMemorySection(int fd);
void dumpDisplaySection(int fd);
void dumpCameraSection(int fd);
};