OSDN Git Service

Fixing bug #2023024 - there is an out of bounds exception that
authorCharles Chen <clchen@google.com>
Thu, 30 Jul 2009 00:23:50 +0000 (17:23 -0700)
committerCharles Chen <clchen@google.com>
Thu, 30 Jul 2009 00:23:50 +0000 (17:23 -0700)
commit85b598beda98706fafd05c7de9866d83d4a19965
tree5ec1c95c939f7c32b2d70cd7823d2f06c86a583a
parentf4dc9da3724c20837e3a361060acd139775541ac
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.
services/java/com/android/server/AccessibilityManagerService.java