Loading services/core/java/com/android/server/am/ActivityManagerService.java +7 −2 Original line number Diff line number Diff line Loading @@ -7290,9 +7290,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); } } Loading
services/core/java/com/android/server/am/ActivityManagerService.java +7 −2 Original line number Diff line number Diff line Loading @@ -7290,9 +7290,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); } }