commit | 2eb5d2454c7a6aa36c963e0c3bcb4a2404d588ae | [log] [tgz] |
---|---|---|
author | Tyler Gunn <tgunn@google.com> | Mon Apr 16 16:20:23 2018 -0700 |
committer | Tyler Gunn <tgunn@google.com> | Fri May 18 14:28:58 2018 -0700 |
tree | 14cab50d277d0d8688b032a0c6a61ecf68e5b1c6 | |
parent | bb71e7b0900cbbed0533d4fdf46f37263540e3dc [diff] |
Ensure Telecom ServiceBinder class unlinks death recipient. Telecom uses a death recipient to track binder failures. Turns out it did not actually unlink the death recipient. Ooops. Added code so that it unlinks in unbind() and also within the death recipient itself (after death). Test: Manual; ensure no longer getting system unlink warnings. Bug: 78141360 Merged-In: If75b29ed3610af068dd2a8c23db4886a03f809a9 Change-Id: If75b29ed3610af068dd2a8c23db4886a03f809a9