diff options
Diffstat (limited to 'tools/android')
-rw-r--r-- | tools/android/forwarder2/device_controller.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/android/forwarder2/device_controller.cc b/tools/android/forwarder2/device_controller.cc index e0effb8..3a2ceba 100644 --- a/tools/android/forwarder2/device_controller.cc +++ b/tools/android/forwarder2/device_controller.cc @@ -115,6 +115,8 @@ bool DeviceController::Start(const std::string& adb_unix_socket) { KillAllListeners(); CleanUpDeadListeners(); kickstart_adb_socket_.Close(); + + return true; } } // namespace forwarder |