Archived
0

Zond: убрана информация для отладки

This commit is contained in:
2017-07-24 23:45:49 +03:00
parent 65b680cef4
commit 87301cd8e9
2 changed files with 1 additions and 5 deletions

View File

@@ -69,12 +69,9 @@ public class ZondExecuteWatchdog extends ExecuteWatchdog {
if (pid != -1 && cmdkiller != null && !cmdkiller.isEmpty()) {
try {
String cmd = cmdkiller.replace("%PID", String.valueOf(pid));
Shell.getInstance().getOutput().println("CMDKILL: '" + cmd + "'");
Runtime.getRuntime().exec(cmd);
} catch (IOException ignore) {
}
} else {
Shell.getInstance().getOutput().println("PID = -1");
}
}
}