From 13a4cde946d30ea21b7d74cf0fc04f669eabebed Mon Sep 17 00:00:00 2001 From: Rick Yiu Date: Thu, 10 Feb 2022 22:25:48 +0800 Subject: [PATCH] Dumpstate: Dump vendor group value Dump attributes and tasks for each vendor group. Bug: 216844247 Test: build pass Change-Id: I001efa93fb1ea2fc283daaa28363a0cfc1eefbe8 --- dumpstate/DumpstateDevice.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/dumpstate/DumpstateDevice.cpp b/dumpstate/DumpstateDevice.cpp index 57731013..8f788f97 100644 --- a/dumpstate/DumpstateDevice.cpp +++ b/dumpstate/DumpstateDevice.cpp @@ -963,6 +963,7 @@ void DumpstateDevice::dumpRamdumpSection(int fd) { // Dump items that don't fit well into any other section void DumpstateDevice::dumpMiscSection(int fd) { RunCommandToFd(fd, "VENDOR PROPERTIES", {"/vendor/bin/getprop"}); + DumpFileToFd(fd, "VENDOR PROC DUMP", "/proc/vendor_sched/dump_task"); } // Dump items related to GSC