Home | History | Annotate | Download | only in server

Lines Matching defs:Watchdog

45 public class Watchdog extends Thread {
46 static final String TAG = "Watchdog";
52 // Set this to true to have the watchdog record kernel thread stacks when it fires
68 static final String REBOOT_ACTION = "com.android.service.Watchdog.REBOOT";
76 static Watchdog sWatchdog;
136 synchronized (Watchdog.this) {
175 public static Watchdog getInstance() {
177 sWatchdog = new Watchdog();
183 private Watchdog() {
184 super("watchdog");
220 throw new RuntimeException("Monitors can't be added while the Watchdog is running");
436 EventLog.writeEvent(EventLogTags.WATCHDOG, name);
457 // deadlock and the watchdog as a whole to be ineffective)
461 "watchdog", null, "system_server", null, null,
472 Slog.w(TAG, "*** WATCHDOG KILLING SYSTEM PROCESS: " + name);
476 Slog.w(TAG, "Debugger connected: Watchdog is *not* killing the system process");