We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c40a7fe + 14ae367 commit 0eaeb69Copy full SHA for 0eaeb69
services/java/com/android/server/pm/PackageManagerService.java
@@ -523,7 +523,6 @@ void doHandleMessage(Message msg) {
523
// Something seriously wrong. Bail out
524
Slog.e(TAG, "Cannot bind to media container service");
525
for (HandlerParams params : mPendingInstalls) {
526
- mPendingInstalls.remove(0);
527
// Indicate service bind error
528
params.serviceError();
529
}
@@ -575,7 +574,6 @@ void doHandleMessage(Message msg) {
575
574
if (!connectToService()) {
576
Slog.e(TAG, "Failed to bind to media container service");
577
578
579
580
581
0 commit comments