Revert "dumpstate: add HWC logs" am: b4854aa4bb

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/18798909

Change-Id: I395f0d43c3f4cef48db8146dd8ca438a84d2fcb0
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Ken Huang 2022-06-09 08:08:52 +00:00 committed by Automerger Merge Worker
commit 2e62723ff9

View file

@ -961,10 +961,6 @@ void DumpstateDevice::dumpDisplaySection(int fd) {
CommandOptions::WithTimeout(2).Build()); CommandOptions::WithTimeout(2).Build());
DumpFileToFd(fd, "Primary panel extra info", "/sys/devices/platform/exynos-drm/primary-panel/panel_extinfo"); 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"); 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 // Dump items related to AoC