Files
frameworks_base/services/java/com/android/server
Obi Okafor c5e56ddedf Fix for deadlock between StatusBarService and NotificationManagerService
A ServerThread holding a lock on mQueue in StatusBarService invoked a
callback in NotificationManagerService which required a lock on
mNotificationList. At  the same time, a BinderThread holding a lock on
mNotificationList was attempting to post a message to StatusBarService
which requires lock on mQueue. The fix is to release the lock on mQueue
in handleMessage() before running the actions at the end of the method.
2010-03-17 17:46:23 -07:00
..
2010-03-05 10:57:47 -08:00
2010-03-04 11:52:14 -08:00
2009-11-13 13:53:39 -08:00
2010-03-05 10:57:47 -08:00
2010-03-16 19:54:17 -07:00