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

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

Merge "CachedAppOptimizer: set FREEZER_BINDER_TIMEOUT_MS to 0" into...

Merge "CachedAppOptimizer: set FREEZER_BINDER_TIMEOUT_MS to 0" into udc-qpr-dev am: ace36fd2 am: 31216784

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



Change-Id: I8ead822d026f1f7d99a609c52f838bac2d59aac3
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents b6c2c9e6 31216784
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -238,7 +238,7 @@ public final class CachedAppOptimizer {
    private static final String ATRACE_COMPACTION_TRACK = "Compaction";
    private static final String ATRACE_FREEZER_TRACK = "Freezer";

    private static final int FREEZE_BINDER_TIMEOUT_MS = 100;
    private static final int FREEZE_BINDER_TIMEOUT_MS = 0;
    private static final int FREEZE_DEADLOCK_TIMEOUT_MS = 1000;

    // If enabled, any compaction issued will apply to code mappings and share memory mappings.