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

Commit 0552cbcf authored by Benoit Goby's avatar Benoit Goby Committed by Android (Google) Code Review
Browse files

Merge "UsbDebuggingManager: add missing break in switch" into jb-mr1-dev

parents 731b8996 37ce5c5d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -183,6 +183,7 @@ public class UsbDebuggingManager implements Runnable {

                    mOutputStream = null;
                    mSocket = null;
                    break;

                case MESSAGE_ADB_ALLOW: {
                    String key = (String)msg.obj;