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

Commit 26406031 authored by Bharatt Kukreja's avatar Bharatt Kukreja Committed by Android (Google) Code Review
Browse files

Merge "Add active component dump in internalPauseAndWaitLocked"

parents e93b34f1 086e57f6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1512,6 +1512,7 @@ status_t Camera3Device::internalPauseAndWaitLocked(nsecs_t maxExpectedDuration)
          maxExpectedDuration);
    status_t res = waitUntilStateThenRelock(/*active*/ false, maxExpectedDuration);
    if (res != OK) {
        mStatusTracker->dumpActiveComponents();
        SET_ERR_L("Can't idle device in %f seconds!",
                maxExpectedDuration/1e9);
    }