commit | 31bc13b266bd418ab9c46f7bf3efc564fd7d7ead | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Thu Aug 27 18:50:04 2015 -0700 |
committer | Yabin Cui <yabinc@google.com> | Thu Aug 27 19:35:47 2015 -0700 |
tree | 8e002b707eb757bf618a7913142adbb424139d2c | |
parent | 6fc0905112037dbebaf3d94b621ba4ab5e80b760 [diff] |
adb: remove adisconnect in aremotesocket. The function of remote_socket_disconnect() is to make sure the local_sockets and remote_sockets are closed when the binded transport is disconnected. However, as we call close_all_sockets() in handle_offline(), we don't need remote_socket_disconnect() any more. Change-Id: I575f632d9f8703149f34e0210eb698a56e2516a9