[6.0.0] log

This commit is contained in:
zhongchao
2023-08-24 11:16:26 +08:00
parent a3053f21ec
commit cfbf18d5ff
94 changed files with 659 additions and 657 deletions

View File

@@ -55,7 +55,7 @@ public abstract class AbsMogoApplication extends Application {
private void initRxJavaErrorHandler() {
RxJavaPlugins.setErrorHandler(throwable -> {
CallerLogger.INSTANCE.e("RxJava", "" + throwable);
CallerLogger.e("RxJava", "" + throwable);
});
}