OSDN Git Service

Also dump system process threads halfway through the watchdog interval
authorChristopher Tate <ctate@google.com>
Fri, 28 May 2010 19:01:56 +0000 (12:01 -0700)
committerChristopher Tate <ctate@google.com>
Fri, 28 May 2010 19:23:16 +0000 (12:23 -0700)
commit6ee412d51d8b601580cfb4b7be4f676b7ec76afd
treedf79e15607aac042f19f2e2507f955447c9b1a6a
parent94f1751cb0c6ea4004ff86b3af89e06e00a66641
Also dump system process threads halfway through the watchdog interval

This gives us a snapshot of what the system process was doing after 30 seconds
of apparent inactivity as well as after 1 minute, to help distinguishing actual
deadlocks from too-slow progress, livelock, etc.

Change-Id: I19758861d1b25f298e88788e8f1c7ec7bf828823
services/java/com/android/server/Watchdog.java
services/java/com/android/server/am/ActivityManagerService.java