We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ba0cc commit 0b18035Copy full SHA for 0b18035
README.md
@@ -47,10 +47,10 @@ BeeFramework android版主要为android开发人员提供一个android app的MVC
47
###开启Crash log
48
49
String path = Environment.getExternalStorageDirectory().getAbsolutePath() + AppConst.LOG_DIR_PATH;
50
- File storePath = new File(path);
51
- storePath.mkdirs();
52
- Thread.setDefaultUncaughtExceptionHandler(new CustomExceptionHandler(
53
- path, null));
+ File storePath = new File(path);
+ storePath.mkdirs();
+ Thread.setDefaultUncaughtExceptionHandler(new CustomExceptionHandler(
+ path, null));
54
55
###限定网络请求速率
56
0 commit comments