Skip to content

Commit 0b18035

Browse files
committed
modify
1 parent c0ba0cc commit 0b18035

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ BeeFramework android版主要为android开发人员提供一个android app的MVC
4747
###开启Crash log
4848

4949
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));
50+
File storePath = new File(path);
51+
storePath.mkdirs();
52+
Thread.setDefaultUncaughtExceptionHandler(new CustomExceptionHandler(
53+
path, null));
5454
5555
###限定网络请求速率
5656

0 commit comments

Comments
 (0)