We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89c8c9f + 9afad51 commit 927bd71Copy full SHA for 927bd71
README.md
@@ -10,7 +10,7 @@
10
* 当绘制、测量、布局出现问题导致Crash时,关闭异常界面。
11
12
<br/>
13
-[原理讲解,请查看我的博客:https://blog.csdn.net/csdn_aiyang/article/details/105054241](https://blog.csdn.net/csdn_aiyang/article/details/105054241"悬停显示") <br/>
+[原理讲解,请查看我的博客:https://blog.csdn.net/csdn_aiyang/article/details/105054241](https://blog.csdn.net/csdn_aiyang/article/details/105054241) <br/>
14
15
## 使用
16
@@ -38,6 +38,9 @@ public class mApplication extends Application {
38
public void onCreate() {
39
super.onCreate();
40
CrashX.install(this);
41
+
42
+ // 打包上线设为flase,不进行相关log、toast提示
43
+ // CrashX.install(this,new CrashX.InitParameters().setDebug(false));
44
}
45
46
```
0 commit comments