Fixed Run button, again!

Added reset button.
Improved some things.
This commit is contained in:
Ziver Koc 2014-08-06 17:01:01 +02:00
parent f5e95e683c
commit 331b244a0e
6 changed files with 31 additions and 11 deletions

View file

@ -98,6 +98,8 @@ public class EditActivity extends ListActivity implements AdapterView.OnItemClic
File input = new File(this.getFilesDir(), MainActivity.BEHAVIOUR_SAVE_FILE);
executor.save(input.getAbsolutePath());
log.debug("Saved current state");
log.debug("Resetting executor");
executor.reset();
}catch(Exception e){log.error(null, e);}
super.onPause();
}