Loading adb/client/usb_linux.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -609,6 +609,7 @@ static void device_poll_thread() { while (true) { // TODO: Use inotify. find_usb_device("/dev/bus/usb", register_device); adb_notify_device_scan_complete(); kick_disconnected_devices(); std::this_thread::sleep_for(1s); } Loading adb/client/usb_osx.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -461,6 +461,7 @@ void usb_init() { std::this_thread::sleep_for(100ms); } adb_notify_device_scan_complete(); initialized = true; } } Loading adb/client/usb_windows.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -172,6 +172,7 @@ void device_poll_thread() { while (true) { find_devices(); adb_notify_device_scan_complete(); std::this_thread::sleep_for(1s); } } Loading Loading
adb/client/usb_linux.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -609,6 +609,7 @@ static void device_poll_thread() { while (true) { // TODO: Use inotify. find_usb_device("/dev/bus/usb", register_device); adb_notify_device_scan_complete(); kick_disconnected_devices(); std::this_thread::sleep_for(1s); } Loading
adb/client/usb_osx.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -461,6 +461,7 @@ void usb_init() { std::this_thread::sleep_for(100ms); } adb_notify_device_scan_complete(); initialized = true; } } Loading
adb/client/usb_windows.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -172,6 +172,7 @@ void device_poll_thread() { while (true) { find_devices(); adb_notify_device_scan_complete(); std::this_thread::sleep_for(1s); } } Loading