some watchdog in android

来源:互联网 发布:windows xp默认壁纸 编辑:程序博客网 时间:2024/05/11 01:16

 

 

1.

watchdog.java

/** This class calls its monitor every minute. Killing this process if they don't return **/
public class Watchdog extends Thread {

 

2.

ActivityManagerService.java

WindowManagerService.java

PowerManagerService.java

 

implements Watchdog.Monitor

 

 

3.

android_server_Watchdog.cpp

 

 

 

others:

1.

WifiWatchdogService.java

          /*
             * This is a different network than what the main watchdog thread is
             * processing, dispatch the network change message on the main thread.
             */

 

2.

vendor/marvell/generic/ttc_telephony/drivers/errorhandler/src/watchdog.c

 

 

原创粉丝点击