Mr.曹

Results 1 comments of Mr.曹

直接在Application onCreate加下面代码 // 配置全局捕获 RxJavaPlugins.setErrorHandler(throwable -> { if (throwable instanceof UndeliverableException) { //do nothing } else { if (throwable.getMessage() != null) { Log.w("APP", throwable.getMessage()); } } });