This commit is contained in:
2021-04-12 12:53:11 +08:00
parent 98d7ed7061
commit 633543ab05
3 changed files with 8 additions and 3 deletions

View File

@@ -79,6 +79,7 @@ public class ConfigTools {
reader.close();
return str.toString();
} catch (Exception e) {
Log.i("error = "+file.getAbsolutePath());
com.yutou.bilibili.Tools.Log.e(e);
}
return null;