OSDN Git Service

Debug issue #10876433 java.lang.IllegalStateException...
authorDianne Hackborn <hackbod@google.com>
Sun, 22 Sep 2013 23:46:00 +0000 (16:46 -0700)
committerDianne Hackborn <hackbod@google.com>
Sun, 22 Sep 2013 23:46:00 +0000 (16:46 -0700)
commit2be00933163bb2bfa6b43cf2e1ddde7c284c7c4c
treed1fbe0235d14427cf269c405d15d8c32099dd77b
parent3ba21e979524367631de70dfc82075693d9c616d
Debug issue #10876433 java.lang.IllegalStateException...

...in ActivityManagerService.updateLruProcessInternalLocked on bluetooth

Add more debug output to help track down what is going on.

Also fix a little problem where, when a service ANRs, if you ask to
wait and it still wasn't responding, the ANR dialog wouldn't be
shown again.

Change-Id: I5be2b1705a0a39ca2992624ae683945c5f38065d
services/java/com/android/server/am/ActiveServices.java
services/java/com/android/server/am/ActivityManagerService.java
services/java/com/android/server/am/AppNotRespondingDialog.java
services/java/com/android/server/am/ServiceRecord.java