move gxp dump to gs-common

ag/21644929 is where the operation lives in the future.
Bug: 240530709
Test: adb bugreport
Change-Id: I6e621228a1964ec0b83afe02cd0059c7ee361b20
This commit is contained in:
Adam Shih 2023-03-01 08:07:51 +08:00
parent c4b1ded167
commit cb302d9794
3 changed files with 1 additions and 18 deletions

View file

@ -60,7 +60,6 @@ class Dumpstate : public BnDumpstateDevice {
void dumpModemLogs(int fd, const std::string &destDir);
void dumpRadioLogs(int fd, const std::string &destDir);
void dumpCameraLogs(int fd, const std::string &destDir);
void dumpGxpLogs(int fd, const std::string &destDir);
// Hybrid and binary sections that require an additional file descriptor
void dumpRilLogs(int fd, std::string destDir);