|
|
@@ -110,7 +110,7 @@ public class BaseHook {
|
|
|
|
|
|
public void readConfig() {
|
|
|
try {
|
|
|
- log("readConfig: " + configFile.getAbsolutePath());
|
|
|
+// log("readConfig: " + configFile.getAbsolutePath());
|
|
|
if (!configFile.exists()) {
|
|
|
new File(configFile.getAbsolutePath()).getParentFile().mkdirs();
|
|
|
new File(configFile.getAbsolutePath()).createNewFile();
|
|
|
@@ -122,7 +122,7 @@ public class BaseHook {
|
|
|
}
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
- log("BaseHook: " + e.getMessage());
|
|
|
+ log("readConfig fail: " + e.getMessage());
|
|
|
e.printStackTrace();
|
|
|
}
|
|
|
}
|