Merge "Merge "freezer: increase timeout to 5 mins" into rvc-qpr-dev am: 821bc3759c" into rvc-qpr-dev-plus-aosp
This commit is contained in:
committed by
Android (Google) Code Review
commit
935f1287e8
@@ -133,7 +133,7 @@ public final class CachedAppOptimizer {
|
|||||||
static final int REPORT_UNFREEZE_MSG = 4;
|
static final int REPORT_UNFREEZE_MSG = 4;
|
||||||
|
|
||||||
//TODO:change this static definition into a configurable flag.
|
//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 DO_FREEZE = 1;
|
||||||
static final int REPORT_UNFREEZE = 2;
|
static final int REPORT_UNFREEZE = 2;
|
||||||
|
|||||||
Reference in New Issue
Block a user