Merge "bcl: aggregated event count" into sc-dev am: d65255508c
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/13808637 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ia00f8b5f76f565221483036af4ad522840046a34
This commit is contained in:
commit
7670aa6926
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