Loading services/usb/java/com/android/server/usb/UsbDebuggingManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,7 @@ public class UsbDebuggingManager { } try { listenToSocket(); } catch (IOException e) { } catch (Exception e) { /* Don't loop too fast if adbd dies, before init restarts it */ SystemClock.sleep(1000); } Loading Loading
services/usb/java/com/android/server/usb/UsbDebuggingManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,7 @@ public class UsbDebuggingManager { } try { listenToSocket(); } catch (IOException e) { } catch (Exception e) { /* Don't loop too fast if adbd dies, before init restarts it */ SystemClock.sleep(1000); } Loading