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

Commit c8cf6ec5 authored by Song Chun Fan's avatar Song Chun Fan Committed by Automerger Merge Worker
Browse files

Merge "Device stuck in boot due to ArrayIndexOutOfBoundsException" am:...

Merge "Device stuck in boot due to ArrayIndexOutOfBoundsException" am: f4c1b063 am: f383574a am: 3eab18a6 am: 3252ae2c

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2627933



Change-Id: I7edcbc47661f6c24b8fc986c72b8190cd87c5743
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 65a50749 3252ae2c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -399,7 +399,7 @@ public class Installer extends SystemService {
                    args[j] = mArgs.get(i + j);
                    args[j] = mArgs.get(i + j);
                }
                }
                final CreateAppDataResult[] results = installer.createAppDataBatched(args);
                final CreateAppDataResult[] results = installer.createAppDataBatched(args);
                for (int j = 0; j < args.length; j++) {
                for (int j = 0; j < results.length; j++) {
                    final CreateAppDataResult result = results[j];
                    final CreateAppDataResult result = results[j];
                    final CompletableFuture<Long> future = mFutures.get(i + j);
                    final CompletableFuture<Long> future = mFutures.get(i + j);
                    if (result.exceptionCode == 0) {
                    if (result.exceptionCode == 0) {