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