Snap for 8705297 from 87882635b6
to udc-release
Change-Id: I0eb2ba468d93fd953300ae172be153221a186fbf
This commit is contained in:
commit
d065c62466
2 changed files with 0 additions and 8 deletions
|
@ -1116,10 +1116,6 @@ PRODUCT_PACKAGES += \
|
||||||
update_engine_sideload \
|
update_engine_sideload \
|
||||||
update_verifier
|
update_verifier
|
||||||
|
|
||||||
# tetheroffload HAL
|
|
||||||
PRODUCT_PACKAGES += \
|
|
||||||
vendor.samsung_slsi.hardware.tetheroffload@1.1-service
|
|
||||||
|
|
||||||
# pKVM
|
# pKVM
|
||||||
$(call inherit-product, packages/modules/Virtualization/apex/product_packages.mk)
|
$(call inherit-product, packages/modules/Virtualization/apex/product_packages.mk)
|
||||||
PRODUCT_BUILD_PVMFW_IMAGE := true
|
PRODUCT_BUILD_PVMFW_IMAGE := true
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue