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:
Craig Mautner
2014-02-19 15:36:00 +00:00
committed by Gerrit Code Review

View 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