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

Commit 11c0ab9a authored by Mike Lockwood's avatar Mike Lockwood Committed by Android (Google) Code Review
Browse files

Merge "ActivityManagerService: Disable app crashed dialog on headless builds"

parents ad812a23 86548c47
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -7394,6 +7394,10 @@ public final class ActivityManagerService extends ActivityManagerNative
    }
    private boolean handleAppCrashLocked(ProcessRecord app) {
        if (mHeadless) {
            Log.e(TAG, "handleAppCrashLocked: " + app.processName);
            return false;
        }
        long now = SystemClock.uptimeMillis();
        Long crashTime;