This is about saveLogToFile function of LogUtils.java.
I think "Not able to create log file" isn't outputted as an error log, in case of failing to create new log file by createNewFile function.
Because, if something error like a permission of directory happend at createNewFile function, thrown to IOException and end.
This is a tiny bug, but it occured problem while debug.
This is about saveLogToFile function of LogUtils.java.
I think "Not able to create log file" isn't outputted as an error log, in case of failing to create new log file by createNewFile function. Because, if something error like a permission of directory happend at createNewFile function, thrown to IOException and end.
This is a tiny bug, but it occured problem while debug.
I will pull request soon later.