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

Commit c7f5e2f7 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Merge "freezer: increase timeout to 5 mins" into rvc-qpr-dev am:...

Merge "Merge "freezer: increase timeout to 5 mins" into rvc-qpr-dev am: 821bc375" into rvc-qpr-dev-plus-aosp am: 935f1287

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I8e1ccb378cb8293b55bd2dc32ea49934a12ac297
parents 1ae7f404 935f1287
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -133,7 +133,7 @@ public final class CachedAppOptimizer {
    static final int REPORT_UNFREEZE_MSG = 4;

    //TODO:change this static definition into a configurable flag.
    static final int FREEZE_TIMEOUT_MS = 10000;
    static final long FREEZE_TIMEOUT_MS = 600000;

    static final int DO_FREEZE = 1;
    static final int REPORT_UNFREEZE = 2;