681终版
This commit is contained in:
@@ -372,7 +372,7 @@ public class AppContext extends CommonAppContext {
|
||||
});
|
||||
|
||||
}).setUncaughtCrashHandler((t, e) -> {
|
||||
Log.e("ApplicationError", "子线程异常");//此处log只是展示,当debug为true时,主类内部log会打印异常信息
|
||||
Log.e("ApplicationError", "子线程异常");
|
||||
e.printStackTrace();
|
||||
}).register(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user