commit | 85b598beda98706fafd05c7de9866d83d4a19965 | [log] [tgz] |
---|---|---|
author | Charles Chen <clchen@google.com> | Wed Jul 29 17:23:50 2009 -0700 |
committer | Charles Chen <clchen@google.com> | Wed Jul 29 17:23:50 2009 -0700 |
tree | 5ec1c95c939f7c32b2d70cd7823d2f06c86a583a | |
parent | f4dc9da3724c20837e3a361060acd139775541ac [diff] |
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.