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:
parent
3069e185ee
commit
13a4cde946
1 changed files with 1 additions and 0 deletions
|
@ -963,6 +963,7 @@ void DumpstateDevice::dumpRamdumpSection(int fd) {
|
||||||
// Dump items that don't fit well into any other section
|
// Dump items that don't fit well into any other section
|
||||||
void DumpstateDevice::dumpMiscSection(int fd) {
|
void DumpstateDevice::dumpMiscSection(int fd) {
|
||||||
RunCommandToFd(fd, "VENDOR PROPERTIES", {"/vendor/bin/getprop"});
|
RunCommandToFd(fd, "VENDOR PROPERTIES", {"/vendor/bin/getprop"});
|
||||||
|
DumpFileToFd(fd, "VENDOR PROC DUMP", "/proc/vendor_sched/dump_task");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Dump items related to GSC
|
// Dump items related to GSC
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue