AppCode: reworked debugger process + correctly starting and stopping iphone simulator handler.

This commit is contained in:
Anton Makeev
2011-08-22 15:30:00 +02:00
parent 325c5b6ffc
commit 5165ca716a
2 changed files with 1 additions and 4 deletions
@@ -38,6 +38,7 @@ import java.util.StringTokenizer;
public class UnixProcessManager {
public static final int SIGINT = 2;
public static final int SIGKILL = 9;
public static final int SIGCONT = 19;
private static CLib C_LIB;
@@ -232,10 +232,6 @@ public class SMTestRunnerConnectionUtil {
eventsProcessor.onStartTesting();
}
@Override
public void processWillTerminate(ProcessEvent event, boolean willBeDestroyed) {
}
@Override
public void onTextAvailable(final ProcessEvent event, final Key outputType) {
outputConsumer.process(event.getText(), outputType);