// to make sure there are no old start entries
resetConsolePath($, consolePath);
WatchDogRunnable runnable = new WatchDogRunnable($, watchDog, new WatchDogInput(
consolePath, false, new ConsoleCallback() {
@Override
public ConsoleCallbackResult progress(final AbstractConsole.Terminal console, String buffer, String wholeText) {
//todo these parts are all common, extract!!
//todo add real crash messages
if(buffer.contains("app crashed - waiting for file") ){