OSDN Git Service

ServiceConnection: Properly serialize events
authorAdrian Roos <roosa@google.com>
Thu, 21 Jul 2016 20:20:38 +0000 (13:20 -0700)
committerAdrian Roos <roosa@google.com>
Thu, 21 Jul 2016 22:52:47 +0000 (15:52 -0700)
commita9b43182c6b43204a79e22e7efeadbd190520dd2
treebc085388f53896b2289d00dbbc921b69a5a1056c
parenta8b4e7320a2b6f6f6e234b5b195441e0fb5e3a47
ServiceConnection: Properly serialize events

Fixes a bug where onServiceDisconnected could be delayed
such that it would be dispatched after the connection has
already reconnected.

Bug: 30182617
Change-Id: I6e3fc2f125a477bb342de601530c254c34ffb4f7
core/java/android/app/LoadedApk.java