dumpstate: add HWC logs am: b495f66b85
am: ad0effc47c
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/18400371 Change-Id: Ib00ab9dce4603c951bccbf1591ae1efbbee9fb8d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
b160ed6f2c
1 changed files with 4 additions and 0 deletions
|
@ -961,6 +961,10 @@ 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