Snap for 9781601 from 27657f1a1e
to udc-release
Change-Id: Ib048fa969f90cb9d5c9fb14d4f2b562318a985ec
This commit is contained in:
commit
1ea3441737
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ void Dumpstate::dumpTextSection(int fd, const std::string §ionName) {
|
|||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue