* commit '236afa0d8b3e146c97801bd72a224b0908cd93f9': Fix issue #10747324: adb install hangs
This commit is contained in:
@@ -181,8 +181,8 @@ public final class ActiveServices {
|
|||||||
if (DEBUG_DELAYED_STATS) Slog.v(TAG, "No longer background starting: " + r);
|
if (DEBUG_DELAYED_STATS) Slog.v(TAG, "No longer background starting: " + r);
|
||||||
rescheduleDelayedStarts();
|
rescheduleDelayedStarts();
|
||||||
}
|
}
|
||||||
if (mPendingServices.remove(r)) {
|
if (mDelayedStartList.remove(r)) {
|
||||||
if (DEBUG_DELAYED_STATS) Slog.v(TAG, "No longer pending start: " + r);
|
if (DEBUG_DELAYED_STATS) Slog.v(TAG, "No longer delaying start: " + r);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user