mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2026-04-23 23:31:24 +00:00
Merge branch 'dev' into 1520_app_update_notif
This commit is contained in:
@@ -112,7 +112,7 @@ public class App extends Application {
|
||||
// https://github.com/ReactiveX/RxJava/wiki/What's-different-in-2.0#error-handling
|
||||
RxJavaPlugins.setErrorHandler(new Consumer<Throwable>() {
|
||||
@Override
|
||||
public void accept(@NonNull Throwable throwable) throws Exception {
|
||||
public void accept(@NonNull Throwable throwable) {
|
||||
Log.e(TAG, "RxJavaPlugins.ErrorHandler called with -> : " +
|
||||
"throwable = [" + throwable.getClass().getName() + "]");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user