move camera dump to gs-common

Bug: 240530709
Test: adb bugreport
Change-Id: I9ffb7f1fd93462237e4610592d0589cedbc3d1ab
This commit is contained in:
Adam Shih 2023-03-02 15:09:16 +08:00
parent a759a55943
commit 5ed79e55dc
3 changed files with 1 additions and 22 deletions

View file

@ -59,7 +59,6 @@ class Dumpstate : public BnDumpstateDevice {
// Log sections to be dumped individually into dumpstate_board.bin
void dumpModemLogs(int fd, const std::string &destDir);
void dumpRadioLogs(int fd, const std::string &destDir);
void dumpCameraLogs(int fd, const std::string &destDir);
// Hybrid and binary sections that require an additional file descriptor
void dumpRilLogs(int fd, std::string destDir);