| commit | 3122cdf468930c458fa8cef5484c6ec2be438d9d | [log] [tgz] |
|---|---|---|
| author | Casey Dahlin <sadmac@google.com> | Thu Jun 23 14:19:37 2016 -0700 |
| committer | Casey Dahlin <sadmac@google.com> | Tue Mar 07 14:45:51 2017 -0800 |
| tree | 087847832ebebd30827df271aa35b911203a1b01 | |
| parent | 50b39b44ec6f0a0009838d4001ddfb21991982a1 [diff] [blame] |
Add mDNS device discovery for adb client Test: Was able to discover a raspberry pi. Bug: 28074466 (cherry picked from e292cd16760321fccc99c8c261cb92fa4b6462ab) Change-Id: Id9571576457a4a0a078e48a274a4e8eac78bfe2b
diff --git a/client/main.cpp b/client/main.cpp index 97a54fd..606203c 100644 --- a/client/main.cpp +++ b/client/main.cpp
@@ -117,6 +117,8 @@ init_transport_registration(); + init_mdns_transport_discovery(); + usb_init(); local_init(DEFAULT_ADB_LOCAL_TRANSPORT_PORT);