We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2370d0a commit cf2317eCopy full SHA for cf2317e
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