Skip to content

Commit

Permalink
close xcrash
Browse files Browse the repository at this point in the history
  • Loading branch information
Haleydu committed May 10, 2021
1 parent ebc5723 commit 6702f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/hiroshi/cimoc/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public class App extends MultiDexApplication implements AppGetter, Thread.Uncaug
@Override
public void onCreate() {
super.onCreate();
initXCrash();
//initXCrash();
Thread.setDefaultUncaughtExceptionHandler(this);
mActivityLifecycle = new ActivityLifecycle();
registerActivityLifecycleCallbacks(mActivityLifecycle);
Expand Down

0 comments on commit 6702f0c

Please sign in to comment.