Commit 244d7d16 authored by fallenstardust's avatar fallenstardust

path log

parent ff099fd7
...@@ -179,6 +179,8 @@ public class MainActivity extends HomeActivity { ...@@ -179,6 +179,8 @@ public class MainActivity extends HomeActivity {
} }
public void checkWindbot() { public void checkWindbot() {
Log.i("路径", getFilesDir().getPath());
Log.i("路径2", AppsSettings.get().getDataBasePath() + "/" + DATABASE_NAME);
try { try {
WindBot.initAndroid(getFilesDir().getPath(), AppsSettings.get().getDataBasePath() + "/" + DATABASE_NAME); WindBot.initAndroid(getFilesDir().getPath(), AppsSettings.get().getDataBasePath() + "/" + DATABASE_NAME);
}catch (Throwable e){ }catch (Throwable e){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment