move sensors dump to gs-common

Bug: 250475720
Test: adb bugreport
Change-Id: I500bfba706b74a872d4ba07b9b58efaed015772e
This commit is contained in:
Adam Shih 2022-11-10 15:00:00 +08:00
parent 55f224c9e9
commit 95e0d9bdb9
3 changed files with 1 additions and 25 deletions

View file

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