am 236afa0d: Merge "Fix issue #10747324: adb install hangs" into klp-dev

* commit '236afa0d8b3e146c97801bd72a224b0908cd93f9':
  Fix issue #10747324: adb install hangs
This commit is contained in:
Dianne Hackborn
2013-09-13 17:16:13 -07:00
committed by Android Git Automerger

View File

@@ -181,8 +181,8 @@ public final class ActiveServices {
if (DEBUG_DELAYED_STATS) Slog.v(TAG, "No longer background starting: " + r);
rescheduleDelayedStarts();
}
if (mPendingServices.remove(r)) {
if (DEBUG_DELAYED_STATS) Slog.v(TAG, "No longer pending start: " + r);
if (mDelayedStartList.remove(r)) {
if (DEBUG_DELAYED_STATS) Slog.v(TAG, "No longer delaying start: " + r);
}
}