Merge "bcl: aggregated event count" into sc-dev
This commit is contained in:
commit
d65255508c
1 changed files with 3 additions and 0 deletions
|
@ -361,6 +361,9 @@ void DumpstateDevice::dumpPowerSection(int fd) {
|
|||
DumpFileToFd(fd, "RTX", "/dev/logbuffer_rtx");
|
||||
|
||||
RunCommandToFd(fd, "gvotables", {"/vendor/bin/sh", "-c", "cat /sys/kernel/debug/gvotables/*/status"});
|
||||
DumpFileToFd(fd, "BCL", "/sys/devices/virtual/pmic/mitigation/triggered_stats");
|
||||
DumpFileToFd(fd, "IF PMIC", "/sys/devices/virtual/pmic/max77759-mitigation/triggered_stats");
|
||||
|
||||
}
|
||||
|
||||
// Dump items related to thermal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue