Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd328266 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "dumpstate: more time for non-zipping lshal debug"

parents a281ea50 d3646e03
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1350,7 +1350,7 @@ static Dumpstate::RunStatus RunDumpsysNormal() {
static void DumpHals(int out_fd = STDOUT_FILENO) {
    if (!ds.IsZipping()) {
        RunCommand("HARDWARE HALS", {"lshal", "--all", "--types=all", "--debug"},
                   CommandOptions::WithTimeout(10).AsRootIfAvailable().Build(),
                   CommandOptions::WithTimeout(60).AsRootIfAvailable().Build(),
                   false, out_fd);
        return;
    }