test
This commit is contained in:
@ -15,8 +15,8 @@ import okhttp3.OkHttpClient;
|
||||
public class Injection {
|
||||
|
||||
public static boolean appInit(Application application) {
|
||||
// AppUncaughtHandler appUncaughtHandler = new AppUncaughtHandler(application);
|
||||
// Thread.setDefaultUncaughtExceptionHandler(appUncaughtHandler);
|
||||
AppUncaughtHandler appUncaughtHandler = new AppUncaughtHandler(application);
|
||||
Thread.setDefaultUncaughtExceptionHandler(appUncaughtHandler);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user