allow modem to debug 5 seconds longer am: 27657f1a1e

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/22120411

Change-Id: I7bac4cdd196d0a4f1123bbb04bc1d2db7eb55107
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Adam Shih 2023-03-20 04:09:29 +00:00 committed by Automerger Merge Worker
commit 8d2c814230

View file

@ -283,7 +283,7 @@ void Dumpstate::dumpTextSection(int fd, const std::string &sectionName) {
dumpFiles = dumpFiles + " " + bin;
if (dumpAll || sectionName == bin) {
auto startTime = startSection(fd, bin);
RunCommandToFd(fd, "/vendor/bin/dump/"+bin, {"/vendor/bin/dump/"+bin});
RunCommandToFd(fd, "/vendor/bin/dump/"+bin, {"/vendor/bin/dump/"+bin}, CommandOptions::WithTimeout(15).Build());
endSection(fd, bin, startTime);
if (!dumpAll) {
return;