Merge "Fix issue #10747324: adb install hangs" into klp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
236afa0d8b
@@ -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