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

Commit b0a5aa67 authored by Andreas Gampe's avatar Andreas Gampe Committed by android-build-merger
Browse files

Merge "ActivityManager: Make bootcomplete marker failure a warning" into...

Merge "ActivityManager: Make bootcomplete marker failure a warning" into nyc-dev am: 65e22a20 am: 6f2f049d
am: 78683061

* commit '78683061':
  ActivityManager: Make bootcomplete marker failure a warning

Change-Id: Ic99cb484ec611c309efd6edf5c409673c33d2026
parents d117a2f0 78683061
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -6599,7 +6599,8 @@ public final class ActivityManagerService extends ActivityManagerNative
                try {
                    mInstaller.markBootComplete(VMRuntime.getInstructionSet(abi));
                } catch (InstallerException e) {
                    Slog.e(TAG, "Unable to mark boot complete for abi: " + abi, e);
                    Slog.w(TAG, "Unable to mark boot complete for abi: " + abi + " (" +
                            e.getMessage() +")");
                }
                completedIsas.add(instructionSet);
            }