summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Mathias Agopian <mathias@google.com> 2011-08-25 17:12:37 -0700
committer Mathias Agopian <mathias@google.com> 2011-08-25 17:12:37 -0700
commitcf2317ef13e35cf1bcd5ba27be686c7f2609ac38 (patch)
treea9420825b9152c8f1cc1e865661b9fe6e7db7c54
parent2370d0a14f09d4fb5133ff48e28459ce8343bf80 (diff)
put the watchdog values back to what they should be
Change-Id: I4f394248c2f4c514f74b66fde3cb69bbed9ec796
-rw-r--r--services/java/com/android/server/Watchdog.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/java/com/android/server/Watchdog.java b/services/java/com/android/server/Watchdog.java
index ad5d9e470ad6..2d3ac000084d 100644
--- a/services/java/com/android/server/Watchdog.java
+++ b/services/java/com/android/server/Watchdog.java
@@ -54,7 +54,7 @@ public class Watchdog extends Thread {
static final int MONITOR = 2718;
- static final int TIME_TO_RESTART = DB ? 15*1000000 : 60*1000000;
+ static final int TIME_TO_RESTART = DB ? 15*1000 : 60*1000;
static final int TIME_TO_WAIT = TIME_TO_RESTART / 2;
static final int MEMCHECK_DEFAULT_MIN_SCREEN_OFF = DB ? 1*60 : 5*60; // 5 minutes