move thermal dump to gs-common

Bug: 257880034
Test: adb shell dumpsys android.hardware.dumpstate.IDumpstateDevice/default dump_thermal.sh
Change-Id: I6fa51c7662401a45defed776d69334fc42cee49e
This commit is contained in:
Adam Shih 2022-11-15 13:58:01 +08:00
parent 362e4bdebd
commit e182c63bd6
3 changed files with 1 additions and 34 deletions

View file

@ -48,7 +48,6 @@ class Dumpstate : public BnDumpstateDevice {
// Text sections that can be dumped individually on the command line in
// addition to being included in full dumps
void dumpPowerSection(int fd);
void dumpThermalSection(int fd);
void dumpPreTouchSection(int fd);
void dumpTouchSection(int fd);
void dumpCpuSection(int fd);