Merge "Fix wrong waitingOnAMSLockEnded()."
This commit is contained in:
committed by
Android (Google) Code Review
commit
e524c69cd5
@@ -6112,7 +6112,7 @@ public final class ActiveServices {
|
||||
TimeoutRecord timeoutRecord = TimeoutRecord.forServiceStartWithEndTime(annotation,
|
||||
SystemClock.uptimeMillis());
|
||||
|
||||
timeoutRecord.mLatencyTracker.waitingOnAMSLockEnded();
|
||||
timeoutRecord.mLatencyTracker.waitingOnAMSLockStarted();
|
||||
synchronized (mAm) {
|
||||
timeoutRecord.mLatencyTracker.waitingOnAMSLockEnded();
|
||||
if (!r.fgRequired || !r.fgWaiting || r.destroying) {
|
||||
|
||||
Reference in New Issue
Block a user