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

Commit 07f0be7e authored by Tim Murray's avatar Tim Murray Committed by Automerger Merge Worker
Browse files

Merge "ActivityManagerConstants: enable skipping MCP kills until...

Merge "ActivityManagerConstants: enable skipping MCP kills until BOOT_COMPLETE" into tm-dev am: 2dab094e

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

Change-Id: I7306a97c794398640bc7bfda8a030be606d7f4d7
parents 1d41368e 2dab094e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -668,11 +668,11 @@ final class ActivityManagerConstants extends ContentObserver {
            "no_kill_cached_processes_post_boot_completed_duration_millis";

    /** @see #mNoKillCachedProcessesUntilBootCompleted */
    private static final boolean DEFAULT_NO_KILL_CACHED_PROCESSES_UNTIL_BOOT_COMPLETED = false;
    private static final boolean DEFAULT_NO_KILL_CACHED_PROCESSES_UNTIL_BOOT_COMPLETED = true;

    /** @see #mNoKillCachedProcessesPostBootCompletedDurationMillis */
    private static final long
            DEFAULT_NO_KILL_CACHED_PROCESSES_POST_BOOT_COMPLETED_DURATION_MILLIS = 0;
            DEFAULT_NO_KILL_CACHED_PROCESSES_POST_BOOT_COMPLETED_DURATION_MILLIS = 600_000;

    /**
     * If true, do not kill excessive cached processes proactively, until user-0 is unlocked.