Loading core/java/android/app/ActivityThread.java +1 −7 Original line number Diff line number Diff line Loading @@ -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); Loading @@ -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..."); } } Loading Loading
core/java/android/app/ActivityThread.java +1 −7 Original line number Diff line number Diff line Loading @@ -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); Loading @@ -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..."); } } Loading