Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7158ea25 authored by chad's avatar chad Committed by 冲 郭
Browse files

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: default avatarchad <guochongscut@gmail.com>
parent dbcb4a16
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);
        }