dumpstate: Fix path to acpm_stats am: d4cff50b12
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14238486 Change-Id: If66eb3b5544d412d44f80292002b0e5b2cca1fcf
This commit is contained in:
commit
f8dd8226e7
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ void DumpstateDevice::dumpPowerSection(int fd) {
|
|||
"echo -n \"Now: \" && date"});
|
||||
|
||||
RunCommandToFd(fd, "ACPM stats", {"/vendor/bin/sh", "-c",
|
||||
"for f in /sys/devices/platform/1742048c.acpm_stats/*_stats ; do "
|
||||
"for f in /sys/devices/platform/acpm_stats/*_stats ; do "
|
||||
"echo \"\\n\\n$f\" ; cat $f ; "
|
||||
"done"});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue