@@ -50,6 +66,21 @@ public class EasyInstaller extends Application {
*/
@Override
publicvoidstart(Stagestage)throwsException{
/* DEBUG FP
TODO Remove
Command command = new Command("/Users/frankpreel/Documents/ESPRI/git_repos/Easy Installer/bin/adb/adb");
command.addParameter("1", "devices");
command.addParameter("2", "-l");
CommandExecutionTask task = new CommandExecutionTask(command);
task.run(); //I feel like it lacks something... but it work in test
CommandExecutionResult result = task.get();
*/
logger.debug("\nOS name = {}\nJava Home = {}\nCurrent working dir = {}\nADB folder path = {}",OsName,JavaHome,Paths.get("").toAbsolutePath().toString(),AppConstants.getADBFolderPath());
LocalecurrentLocale=Locale.getDefault();
@@ -58,14 +89,32 @@ public class EasyInstaller extends Application {
logger.debug("language = {}, country = {} ",currentLocale.getLanguage(),currentLocale.getCountry());