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

Commit 7db8e33b authored by android-build-prod (mdb)'s avatar android-build-prod (mdb) Committed by android-build-merger
Browse files

Merge "Framework: Restrict warning message" am: 1c4a22fb am: dce76b96

am: 7ab7657e

Change-Id: I8c4b6892bb609f48d72b917ce1b8a49851671737
parents e276c678 7ab7657e
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -7854,9 +7854,14 @@ public class ActivityManagerService extends IActivityManager.Stub
                try {
                    mInstaller.markBootComplete(VMRuntime.getInstructionSet(abi));
                } catch (InstallerException e) {
                    if (!VMRuntime.didPruneDalvikCache()) {
                        // This is technically not the right filter, as different zygotes may
                        // have made different pruning decisions. But the log is best effort,
                        // anyways.
                        Slog.w(TAG, "Unable to mark boot complete for abi: " + abi + " (" +
                                e.getMessage() +")");
                    }
                }
                completedIsas.add(instructionSet);
            }
        }