Loading services/core/java/com/android/server/am/ActiveServices.java +1 −0 Original line number Diff line number Diff line Loading @@ -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); } Loading Loading
services/core/java/com/android/server/am/ActiveServices.java +1 −0 Original line number Diff line number Diff line Loading @@ -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); } Loading