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

Commit 1717520e authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Delete dead AdbDebuggingManager code" into main am: 9eb9675d

parents a37abfcc 9eb9675d
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -788,7 +788,6 @@ public class AdbDebuggingManager {

        // === Messages we can send to adbd ===========
        static final String MSG_DISCONNECT_DEVICE = "DD";
        static final String MSG_DISABLE_ADBDWIFI = "DA";

        @Nullable @VisibleForTesting AdbKeyStore mAdbKeyStore;

@@ -1093,9 +1092,6 @@ public class AdbDebuggingManager {
                    setAdbConnectionInfo(null);
                    mContext.unregisterReceiver(mBroadcastReceiver);

                    if (mThread != null) {
                        mThread.sendResponse(MSG_DISABLE_ADBDWIFI);
                    }
                    onAdbdWifiServerDisconnected(-1);
                    stopAdbDebuggingThread();
                    break;