mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 19:18:35 +00:00
Dumpstate: Dump vendor group value
Dump attributes and tasks for each vendor group. Bug: 216844247 Test: build pass Change-Id: I001efa93fb1ea2fc283daaa28363a0cfc1eefbe8
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user