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

Commit 39623707 authored by Fabien Sanglard's avatar Fabien Sanglard Committed by Android (Google) Code Review
Browse files

Merge "Delete obsolete 8100 debug port message"

parents 9b07c0e6 1dc032f1
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -6815,11 +6815,9 @@ public final class ActivityThread extends ClientTransactionHandler

        // Wait for debugger after we have notified the system to finish attach application
        if (data.debugMode != ApplicationThreadConstants.DEBUG_OFF) {
            // XXX should have option to change the port.
            Debug.changeDebugPort(8100);
            if (data.debugMode == ApplicationThreadConstants.DEBUG_WAIT) {
                Slog.w(TAG, "Application " + data.info.getPackageName()
                        + " is waiting for the debugger on port 8100...");
                        + " is waiting for the debugger ...");

                try {
                    mgr.showWaitingForDebugger(mAppThread, true);
@@ -6834,10 +6832,6 @@ public final class ActivityThread extends ClientTransactionHandler
                } catch (RemoteException ex) {
                    throw ex.rethrowFromSystemServer();
                }

            } else {
                Slog.w(TAG, "Application " + data.info.getPackageName()
                        + " can be debugged on port 8100...");
            }
        }