OSDN Git Service

Fix #2320798: Device hang then runtime restart
authorChristopher Tate <ctate@android.com>
Fri, 11 Dec 2009 20:11:31 +0000 (12:11 -0800)
committerChristopher Tate <ctate@android.com>
Fri, 11 Dec 2009 20:49:33 +0000 (12:49 -0800)
commit2624fbcaaa74b3a6d8d60d22d9e16ef26a98a6b2
treea1e3dc47f0f25a3c549b43db5858b1cdb99c3d67
parentf9b0e826689cca5ecbd40aa49f3ea7f7c73ad2a2
Fix #2320798: Device hang then runtime restart

The system_server process is deadlocking between event dispatch and window
manager code.  This change fixes the lock scoping to eliminate the deadlock.

Change-Id: I00f029e4d51d7432119ad3aeec260df215b52546
services/java/com/android/server/WindowManagerService.java