Merge "A background started service is removed from mStartingBackground when timeout. Fix is to make sure mStartingBackground is updated to remove one."
This commit is contained in:
1
services/java/com/android/server/am/ActiveServices.java
Normal file → Executable file
1
services/java/com/android/server/am/ActiveServices.java
Normal file → Executable file
@ -203,6 +203,7 @@ public final class ActiveServices {
|
||||
Slog.i(TAG, "Waited long enough for: " + r);
|
||||
mStartingBackground.remove(i);
|
||||
N--;
|
||||
i--;
|
||||
}
|
||||
}
|
||||
while (mDelayedStartList.size() > 0
|
||||
|
Reference in New Issue
Block a user