Dumpstate: add AoC Monitor Mode status
Add AoC Monitor Mode status to bug reports. Bug: 288616032 Test: On device Change-Id: Iced980bd76c2cc99ae20a67add9179e307f0e73c Signed-off-by: Luigi Zevola <zevola@google.com>
This commit is contained in:
parent
4130bc577b
commit
05961615f6
1 changed files with 1 additions and 0 deletions
|
@ -37,5 +37,6 @@ int main() {
|
|||
runCommand("AoC Heap Stats (HF0)", "echo 'dbg heap -c 3' > /dev/acd-debug; timeout 0.1 cat /dev/acd-debug");
|
||||
runCommand("AoC Heap Stats (HF1)", "echo 'dbg heap -c 4' > /dev/acd-debug; timeout 0.1 cat /dev/acd-debug");
|
||||
runCommand("AoC DVFS (FF1)", "echo 'dbg info -c 2 DVFSFF1' > /dev/acd-debug; timeout 0.1 cat /dev/acd-debug");
|
||||
runCommand("AoC Monitor Mode Status", "echo 'monitor_mode status' > /dev/acd-debug; timeout 0.1 cat /dev/acd-debug");
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue