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

Commit b4cf9f31 authored by Greg Kaiser's avatar Greg Kaiser Committed by android-build-merger
Browse files

Merge "dumpstate: Increase timeout for lshal" am: fc2c7265 am: 0359dd94 am: 3a6564e9

am: 8031d709

Change-Id: Icda515dd1cf739f8189a75df33e8126170a92414
parents 2b7c58a1 8031d709
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1232,7 +1232,7 @@ static void DumpHals() {
    }
    DurationReporter duration_reporter("DUMP HALS");
    RunCommand("HARDWARE HALS", {"lshal", "-lVSietrpc", "--types=b,c,l,z"},
               CommandOptions::WithTimeout(2).AsRootIfAvailable().Build());
               CommandOptions::WithTimeout(10).AsRootIfAvailable().Build());

    using android::hidl::manager::V1_0::IServiceManager;
    using android::hardware::defaultServiceManager;