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

Commit 2da52230 authored by Li Li's avatar Li Li Committed by Automerger Merge Worker
Browse files

Merge "Disable freeze_exempt_inst_pkg by default" into main am: 92e0506e am:...

Merge "Disable freeze_exempt_inst_pkg by default" into main am: 92e0506e am: b6f723d7 am: be5a7291

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



Change-Id: Ifee136f6bf6215710345855a887b8b866e24de5f
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 3106dab2 be5a7291
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -275,7 +275,7 @@ public final class CachedAppOptimizer {
    @VisibleForTesting static final String DEFAULT_COMPACT_PROC_STATE_THROTTLE =
            String.valueOf(ActivityManager.PROCESS_STATE_RECEIVER);
    @VisibleForTesting static final long DEFAULT_FREEZER_DEBOUNCE_TIMEOUT = 10_000L;
    @VisibleForTesting static final boolean DEFAULT_FREEZER_EXEMPT_INST_PKG = true;
    @VisibleForTesting static final boolean DEFAULT_FREEZER_EXEMPT_INST_PKG = false;
    @VisibleForTesting static final boolean DEFAULT_FREEZER_BINDER_ENABLED = true;
    @VisibleForTesting static final long DEFAULT_FREEZER_BINDER_DIVISOR = 4;
    @VisibleForTesting static final int DEFAULT_FREEZER_BINDER_OFFSET = 500;