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

Commit c44df0a4 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "dumpstate: more time for non-zipping lshal debug" am: 84ea3dee am:...

Merge "dumpstate: more time for non-zipping lshal debug" am: 84ea3dee am: 94dbcdfd am: 40d3843f

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1435054

Change-Id: Iafb01a3d2a8287b5bf4834988a88e232ff00855d
parents 9c8fd443 40d3843f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1308,7 +1308,7 @@ static Dumpstate::RunStatus RunDumpsysNormal() {
static void DumpHals() {
    if (!ds.IsZipping()) {
        RunCommand("HARDWARE HALS", {"lshal", "--all", "--types=all", "--debug"},
                   CommandOptions::WithTimeout(10).AsRootIfAvailable().Build());
                   CommandOptions::WithTimeout(60).AsRootIfAvailable().Build());
        return;
    }
    DurationReporter duration_reporter("DUMP HALS");