Revert "dumpstate: add HWC logs"
This reverts commit b495f66b85
.
Reason for revert: CTS failure
Bug: 233982921
Test: bugreport
Change-Id: Ic1bb3fe6b3ac2b8f56646e3c9cdbfda963a5462e
This commit is contained in:
parent
957477e79f
commit
b4854aa4bb
1 changed files with 0 additions and 4 deletions
|
@ -961,10 +961,6 @@ void DumpstateDevice::dumpDisplaySection(int fd) {
|
|||
CommandOptions::WithTimeout(2).Build());
|
||||
DumpFileToFd(fd, "Primary panel extra info", "/sys/devices/platform/exynos-drm/primary-panel/panel_extinfo");
|
||||
DumpFileToFd(fd, "secondary panel extra info", "/sys/devices/platform/exynos-drm/secondary-panel/panel_extinfo");
|
||||
RunCommandToFd(fd, "HWC logs", {"/vendor/bin/sh", "-c",
|
||||
"for f in $(ls /data/vendor/log/hwc/*hwc_*); do "
|
||||
"echo $f ; cat $f ; done"},
|
||||
CommandOptions::WithTimeout(2).Build());
|
||||
}
|
||||
|
||||
// Dump items related to AoC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue