Skip to content

Commit 927bd71

Browse files
author
yangtianci
committed
Merge remote-tracking branch 'origin/master'
2 parents 89c8c9f + 9afad51 commit 927bd71

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* 当绘制、测量、布局出现问题导致Crash时,关闭异常界面。
1111

1212
![Image](https://img-blog.csdnimg.cn/20200417151421500.jpg)<br/>
13-
[原理讲解,请查看我的博客:https://blog.csdn.net/csdn_aiyang/article/details/105054241](https://blog.csdn.net/csdn_aiyang/article/details/105054241"悬停显示") <br/>
13+
[原理讲解,请查看我的博客:https://blog.csdn.net/csdn_aiyang/article/details/105054241](https://blog.csdn.net/csdn_aiyang/article/details/105054241) <br/>
1414

1515
## 使用
1616

@@ -38,6 +38,9 @@ public class mApplication extends Application {
3838
public void onCreate() {
3939
super.onCreate();
4040
CrashX.install(this);
41+
42+
// 打包上线设为flase,不进行相关log、toast提示
43+
// CrashX.install(this,new CrashX.InitParameters().setDebug(false));
4144
}
4245
}
4346
```

0 commit comments

Comments
 (0)