We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6683eb2 + cf2317e commit 97c4618Copy full SHA for 97c4618
services/java/com/android/server/Watchdog.java
@@ -54,7 +54,7 @@ public class Watchdog extends Thread {
54
55
static final int MONITOR = 2718;
56
57
- static final int TIME_TO_RESTART = DB ? 15*1000000 : 60*1000000;
+ static final int TIME_TO_RESTART = DB ? 15*1000 : 60*1000;
58
static final int TIME_TO_WAIT = TIME_TO_RESTART / 2;
59
60
static final int MEMCHECK_DEFAULT_MIN_SCREEN_OFF = DB ? 1*60 : 5*60; // 5 minutes
0 commit comments