summaryrefslogtreecommitdiffstats
path: root/core/java/android/util
diff options
context:
space:
mode:
authorSvetoslav <svetoslavganov@google.com>2013-04-15 16:26:39 -0700
committerSvetoslav <svetoslavganov@google.com>2013-04-15 16:30:12 -0700
commit2602a3974aafc9e9be968e7bfcf5b1e61dd3d8fe (patch)
tree39badcac82cd3f662d408b43fde07a525c709f22 /core/java/android/util
parent7af3d0560d130e877e6ce6a1c830efa7a945d436 (diff)
downloadframeworks_base-2602a3974aafc9e9be968e7bfcf5b1e61dd3d8fe.zip
frameworks_base-2602a3974aafc9e9be968e7bfcf5b1e61dd3d8fe.tar.gz
frameworks_base-2602a3974aafc9e9be968e7bfcf5b1e61dd3d8fe.tar.bz2
BinderDied may be called after we unregistered the death recipient.
It is possible that an accessibility service's package was force stopped during whose handling the death recipient is unlinked and still get a call on binderDied since the call was made before we unlink but was waiting on the lock we held during the force stop handling. Added a check whether the service is already disconnected and if so do nothing. bug:8600388 Change-Id: I4a9ca305b9863d986b930a7c1ec8f9006b16a333
Diffstat (limited to 'core/java/android/util')
0 files changed, 0 insertions, 0 deletions