commit | 00588f3918f95d6481c5c19847bad2ff8ef49acc | [log] [tgz] |
---|---|---|
author | Santos Cordon <santoscordon@google.com> | Thu Sep 12 23:25:08 2013 -0700 |
committer | The Android Automerger <android-build@android.com> | Fri Sep 13 21:47:14 2013 -0700 |
tree | 5871d3b11e864def1e51679b8354ec242e0f71f8 | |
parent | 65e84d8e872c7697ebd5aade76a3b7a490a7b3e9 [diff] |
Calls to binder safe after disconnection of service. Calls to the binder can happen after onDestroy since the service methods and the binder methods have no sequence guarantee. This change makes it safe (no NPEs) for binder callbacks to happen after destruction. bug:10682538 Change-Id: I1ca4fcee522a92ae9f86b087239077e4a447d3f7