summaryrefslogtreecommitdiff
path: root/dumpstate
diff options
context:
space:
mode:
authorLuigi Zevola <zevola@google.com>2022-04-26 20:43:51 +0000
committerLuigi Zevola <zevola@google.com>2022-04-27 02:40:16 +0000
commitf8121ea9bab9c5f08551b3b78d851bb548291741 (patch)
tree4aceefd967efa656a85da04e06eda3ac524cffa7 /dumpstate
parent7ac5f71ed99c942d2c065d0fff47376db2486751 (diff)
downloadgs201-f8121ea9bab9c5f08551b3b78d851bb548291741.tar.gz
dumpstate: Increase MIF stats timeout
Increase command timeout to allow full printing of MIF request stats Bug: 225585054 Test: On R4 Signed-off-by: Luigi Zevola <zevola@google.com> Change-Id: I6dbce4d1d0e31d3e82da825b8b1a0e8de3041842
Diffstat (limited to 'dumpstate')
-rw-r--r--dumpstate/DumpstateDevice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dumpstate/DumpstateDevice.cpp b/dumpstate/DumpstateDevice.cpp
index 3b6a155..a531385 100644
--- a/dumpstate/DumpstateDevice.cpp
+++ b/dumpstate/DumpstateDevice.cpp
@@ -994,7 +994,7 @@ void DumpstateDevice::dumpAoCSection(int fd) {
{"/vendor/bin/sh", "-c", "echo 'dbg heap -c 4' > /dev/acd-debug; timeout 0.1 cat /dev/acd-debug"},
CommandOptions::WithTimeout(1).Build());
RunCommandToFd(fd, "AoC MIF Stats",
- {"/vendor/bin/sh", "-c", "echo 'mif details' > /dev/acd-debug; timeout 0.1 cat /dev/acd-debug"},
+ {"/vendor/bin/sh", "-c", "echo 'mif details' > /dev/acd-debug; timeout 0.5 cat /dev/acd-debug"},
CommandOptions::WithTimeout(1).Build());
}