美颜补充对比键功能

This commit is contained in:
2022-09-23 10:43:34 +08:00
parent 7033f5e707
commit 04f0953cfa
7 changed files with 104 additions and 39 deletions

View File

@@ -115,7 +115,7 @@ public class AppContext extends CommonAppContext {
public void onCreate() {
super.onCreate();
//注册全局异常捕获
registerError();
// registerError();
sInstance = this;
L.setDeBug(BuildConfig.DEBUG);
AppEventsLogger.activateApp(this);