OSDN Git Service

Merge change 9063 into donut
authorAndroid (Google) Code Review <android-gerrit@google.com>
Thu, 30 Jul 2009 00:48:56 +0000 (17:48 -0700)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Thu, 30 Jul 2009 00:48:56 +0000 (17:48 -0700)
commit9c71716e3de9b6a7e1830cae13da35ebdeeaaa80
tree26b920a48228e9c7906860f991fa87711147c11d
parent65e5438df929ceb8c44fd930b2a363e021914bd0
parent85b598beda98706fafd05c7de9866d83d4a19965
Merge change 9063 into donut

* changes:
  Fixing bug #2023024 - there is an out of bounds exception that can happen if services are going away as the AccessibilityManagerService is trying to dispatch notifications to these services. Catching this exception and bailing because having this exception means that there are no more services around that need to get this notification.