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:
Luigi Zevola 2022-04-27 03:08:48 +00:00 committed by Automerger Merge Worker
commit 5517db9eb6

View file

@ -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"}, {"/vendor/bin/sh", "-c", "echo 'dbg heap -c 4' > /dev/acd-debug; timeout 0.1 cat /dev/acd-debug"},
CommandOptions::WithTimeout(1).Build()); CommandOptions::WithTimeout(1).Build());
RunCommandToFd(fd, "AoC MIF Stats", 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()); CommandOptions::WithTimeout(1).Build());
} }