秀丽韩和秀雅韩区别:关于 W/Watchdog( 1931): *** WATCHDOG KILLING SY...

来源:百度文库 编辑:偶看新闻 时间:2024/05/07 01:27:54

关于 W/Watchdog( 1931): *** WATCHDOG KILLING SYSTEM PROCESS: null 处理

2011-01-26 17:05 387人阅读 评论(0) 收藏 举报

 means that the system_server process deadlocked or failed to make
> progress for one minute.  When that happened, the watchdog also sent a
> SIGQUIT (signal 3) to the system process to cause it to write a stack
> dump of all Dalvik threads to the ANR trace file,
> /data/anr/traces.txt.  If you pull that file [or get a bugreport; it's
> included in those] and look at what the system_server process was
> doing at the time that the watchdog fired, you can generally figure
> out why it locked up.
>
> The key thread in question is the system process's main looper thread.
>  This is typically called something like "ServerThread" or another
> name including that string.