summaryrefslogtreecommitdiff
path: root/dumpstate
diff options
context:
space:
mode:
authorKelly Rossmoyer <krossmo@google.com>2018-03-15 20:38:08 +0000
committerKelly Rossmoyer <krossmo@google.com>2018-03-15 20:39:31 +0000
commit85e7c87e06e05a857a61923656b0ca2b7c6d2765 (patch)
tree1673417317b1f67a77eaf8b826109a010e59a2dd /dumpstate
parent4d40822b371f9ba76ad7dfd9702284c1d8869f8d (diff)
Revert "2018 PowerHAL support for master stats"
This reverts commit 4d40822b371f9ba76ad7dfd9702284c1d8869f8d. Reason for revert: Build breakage due to incorrect printf format spec Bug:67381845 Change-Id: Ib302f0aaf46bb4f5889a314e45bc170e66053ada
Diffstat (limited to 'dumpstate')
-rwxr-xr-xdumpstate/DumpstateDevice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dumpstate/DumpstateDevice.cpp b/dumpstate/DumpstateDevice.cpp
index bb298c8..7a39cf6 100755
--- a/dumpstate/DumpstateDevice.cpp
+++ b/dumpstate/DumpstateDevice.cpp
@@ -266,7 +266,7 @@ Return<void> DumpstateDevice::dumpstateBoard(const hidl_handle& handle) {
DumpFileToFd(fd, "F2FS", "/sys/kernel/debug/f2fs/status");
DumpFileToFd(fd, "INTERRUPTS", "/proc/interrupts");
DumpFileToFd(fd, "Sleep Stats", "/sys/power/system_sleep/stats");
- DumpFileToFd(fd, "Power Management Stats", "/sys/power/rpmh_stats/master_stats");
+ DumpFileToFd(fd, "Power Management Stats", "/d/rpm_master_stats");
DumpFileToFd(fd, "WLAN Power Stats", "/d/wlan0/power_stats");
DumpFileToFd(fd, "LL-Stats", "/d/wlan0/ll_stats");
DumpFileToFd(fd, "ICNSS Stats", "/d/icnss/stats");