mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
AppCode: reworked debugger process + correctly starting and stopping iphone simulator handler.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
-4
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user