Loading services/core/java/com/android/server/am/ActiveServices.java +1 −1 Original line number Diff line number Diff line Loading @@ -1587,7 +1587,7 @@ public final class ActiveServices { while (r.pendingStarts.size() > 0) { Exception caughtException = null; ServiceRecord.StartItem si; ServiceRecord.StartItem si = null; try { si = r.pendingStarts.remove(0); if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, "Sending arguments to: " Loading Loading
services/core/java/com/android/server/am/ActiveServices.java +1 −1 Original line number Diff line number Diff line Loading @@ -1587,7 +1587,7 @@ public final class ActiveServices { while (r.pendingStarts.size() > 0) { Exception caughtException = null; ServiceRecord.StartItem si; ServiceRecord.StartItem si = null; try { si = r.pendingStarts.remove(0); if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, "Sending arguments to: " Loading