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)
commit2ebfce26b3c73a41685c544b9ba1597fc1a3aaa9
treeeeff57550b1220cb0f716adac2e8df057ad5d27a
parentf147cea5731932a2c72904e728a177592bf02ebf
parent4a26addf7440c0c11828693e2a95290cd0c9ecdd
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.