Move camera text dump to dump_gs101

Bug: 273380985
Test: adb bugreport
Change-Id: Ie82c87ba87d175cb861d36f7e4a94c0e730da0d2
This commit is contained in:
Adam Shih 2023-03-27 10:35:44 +08:00
parent 4cec3fd2e2
commit a9207eff25
3 changed files with 7 additions and 10 deletions

View file

@ -49,7 +49,6 @@ class Dumpstate : public BnDumpstateDevice {
// addition to being included in full dumps
void dumpPowerSection(int fd);
void dumpMemorySection(int fd);
void dumpCameraSection(int fd);
};
} // namespace dumpstate