dumpstate: Dump logs
Bug: 232556226 Test: log dumped in bugreport Signed-off-by: Kyle Tso <kyletso@google.com> Change-Id: Iacd4db38dd56c1d5ba6f58c757f023795a9c3a3b Merged-In: Iacd4db38dd56c1d5ba6f58c757f023795a9c3a3b
This commit is contained in:
parent
688710d159
commit
4db75dda18
2 changed files with 2 additions and 0 deletions
|
@ -375,6 +375,7 @@ void DumpstateDevice::dumpPowerSection(int fd) {
|
|||
"echo \"contaminant_detection_status:\"; cat $f/contaminant_detection_status; done"});
|
||||
|
||||
DumpFileToFd(fd, "PD Engine", "/dev/logbuffer_usbpd");
|
||||
DumpFileToFd(fd, "POGO Transport", "/dev/logbuffer_pogo_transport");
|
||||
DumpFileToFd(fd, "PPS-google_cpm", "/dev/logbuffer_cpm");
|
||||
DumpFileToFd(fd, "PPS-dc", "/dev/logbuffer_pca9468");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue