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

Commit 236afa0d authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

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

parents 3157e73f 2e46bb5d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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);
            }
        }