bindService can't start up service process

Issue 85758 https://code.google.com/p/android/issues/detail?id=85758

Change-Id: I28645445ee5c46b2ab4cf78189f143ea97df63dd
Signed-off-by: chad <guochongscut@gmail.com>
This commit is contained in:
chad
2014-12-21 15:43:01 +08:00
committed by 冲 郭
parent dbcb4a16d4
commit 7158ea25cd

View File

@@ -1322,6 +1322,7 @@ public final class ActiveServices {
// We are now bringing the service up, so no longer in the
// restarting state.
if (mRestartingServices.remove(r)) {
r.resetRestartCounter();
clearRestartingIfNeededLocked(r);
}