Snap for 9781601 from 27657f1a1e to udc-release

Change-Id: Ib048fa969f90cb9d5c9fb14d4f2b562318a985ec
This commit is contained in:
Android Build Coastguard Worker 2023-03-21 03:02:40 +00:00
commit 1ea3441737

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;