commit | 70ec57b718239fcdf60eef3b4442ca3c1fbf96ae | [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 | ca7155439f33c2343bd0093f67cc57f63108689e | |
parent | 4d64fd81ae38d6f145abcd15e9e61b6adc53bf1f [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