dumpstate: Increase MIF stats timeout am: f8121ea9ba
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/17959045 Change-Id: I1e0ba3dfa1be6db741366172825388b7e4c486ea Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
5517db9eb6
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue