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

Commit 1dc032f1 authored by Fabien Sanglard's avatar Fabien Sanglard
Browse files

Delete obsolete 8100 debug port message

Test: NA
Bug: NA
Change-Id: I5c498d9e10c05395c9d81508d961df228258f01a
parent 06a7fbc4
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -6794,11 +6794,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);
@@ -6813,10 +6811,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...");
            }
        }