Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f834c282 authored by Amith Yamasani's avatar Amith Yamasani Committed by Android (Google) Code Review
Browse files

Merge "Fix a regression in UsbDebuggingManager"

parents 2de257f0 f4a8df4c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
                }