summaryrefslogtreecommitdiffstats
path: root/tools/android
diff options
context:
space:
mode:
Diffstat (limited to 'tools/android')
-rw-r--r--tools/android/forwarder2/device_controller.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/android/forwarder2/device_controller.cc b/tools/android/forwarder2/device_controller.cc
index a6d370b..eda5868 100644
--- a/tools/android/forwarder2/device_controller.cc
+++ b/tools/android/forwarder2/device_controller.cc
@@ -119,7 +119,9 @@ void DeviceController::AcceptHostCommandInternal() {
listener->SetAdbDataSocket(socket.Pass());
break;
case command::UNLISTEN:
+ LOG(INFO) << "Unmapping port " << port;
if (!listener) {
+ LOG(ERROR) << "No listener found for port " << port;
SendCommand(command::UNLISTEN_ERROR, port, socket.get());
break;
}