SafeSubscriber.smali
.class public final Lio/reactivex/subscribers/SafeSubscriber;
.super Ljava/lang/Object;
.source "SafeSubscriber.java"
# interfaces
.implements Lio/reactivex/FlowableSubscriber;
.implements Lorg/reactivestreams/Subscription;
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;",
"Lio/reactivex/FlowableSubscriber<",
"TT;>;",
"Lorg/reactivestreams/Subscription;"
}
.end annotation
# instance fields
.field final actual:Lorg/reactivestreams/Subscriber;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lorg/reactivestreams/Subscriber<",
"-TT;>;"
}
.end annotation
.end field
.field done:Z
.field s:Lorg/reactivestreams/Subscription;
# direct methods
.method static constructor <clinit>()V
.registers 1
return-void
.end method
.method public constructor <init>(Lorg/reactivestreams/Subscriber;)V
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lorg/reactivestreams/Subscriber<",
"-TT;>;)V"
}
.end annotation
.line 40
.local p0, "this":Lio/reactivex/subscribers/SafeSubscriber;, "Lio/reactivex/subscribers/SafeSubscriber<TT;>;"
.local p1, "actual":Lorg/reactivestreams/Subscriber;, "Lorg/reactivestreams/Subscriber<-TT;>;"
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 41
iput-object p1, p0, Lio/reactivex/subscribers/SafeSubscriber;->actual:Lorg/reactivestreams/Subscriber;
.line 42
return-void
.end method
# virtual methods
.method public cancel()V
.registers 2
.line 229
.local p0, "this":Lio/reactivex/subscribers/SafeSubscriber;, "Lio/reactivex/subscribers/SafeSubscriber<TT;>;"
:try_start_0
iget-object v0, p0, Lio/reactivex/subscribers/SafeSubscriber;->s:Lorg/reactivestreams/Subscription;
invoke-interface {v0}, Lorg/reactivestreams/Subscription;->cancel()V
:try_end_5
.catchall {:try_start_0 .. :try_end_5} :catchall_6
.line 233
goto :goto_d
.line 230
:catchall_6
move-exception v0
.line 231
.local v0, "e1":Ljava/lang/Throwable;
invoke-static {v0}, Lio/reactivex/exceptions/Exceptions;->throwIfFatal(Ljava/lang/Throwable;)V
.line 232
invoke-static {v0}, Lio/reactivex/plugins/RxJavaPlugins;->onError(Ljava/lang/Throwable;)V
.line 234
.end local v0 # "e1":Ljava/lang/Throwable;
:goto_d
return-void
.end method
.method public onComplete()V
.registers 2
.line 169
.local p0, "this":Lio/reactivex/subscribers/SafeSubscriber;, "Lio/reactivex/subscribers/SafeSubscriber<TT;>;"
iget-boolean v0, p0, Lio/reactivex/subscribers/SafeSubscriber;->done:Z
if-eqz v0, :cond_5
.line 170
return-void
.line 172
:cond_5
const/4 v0, 0x1
iput-boolean v0, p0, Lio/reactivex/subscribers/SafeSubscriber;->done:Z
.line 174
iget-object v0, p0, Lio/reactivex/subscribers/SafeSubscriber;->s:Lorg/reactivestreams/Subscription;
if-nez v0, :cond_10
.line 175
invoke-virtual {p0}, Lio/reactivex/subscribers/SafeSubscriber;->onCompleteNoSubscription()V
.line 176
return-void
.line 181
:cond_10
:try_start_10
iget-object v0, p0, Lio/reactivex/subscribers/SafeSubscriber;->actual:Lorg/reactivestreams/Subscriber;
invoke-interface {v0}, Lorg/reactivestreams/Subscriber;->onComplete()V
:try_end_15
.catchall {:try_start_10 .. :try_end_15} :catchall_16
.line 185
goto :goto_1d
.line 182
:catchall_16
move-exception v0
.line 183
.local v0, "e":Ljava/lang/Throwable;
invoke-static {v0}, Lio/reactivex/exceptions/Exceptions;->throwIfFatal(Ljava/lang/Throwable;)V
.line 184
invoke-static {v0}, Lio/reactivex/plugins/RxJavaPlugins;->onError(Ljava/lang/Throwable;)V
.line 186
.end local v0 # "e":Ljava/lang/Throwable;
:goto_1d
return-void
.end method
.method onCompleteNoSubscription()V
.registers 7
.line 190
.local p0, "this":Lio/reactivex/subscribers/SafeSubscriber;, "Lio/reactivex/subscribers/SafeSubscriber<TT;>;"
new-instance v0, Ljava/lang/NullPointerException;
const-string v1, "Subscription not set!"
invoke-direct {v0, v1}, Ljava/lang/NullPointerException;-><init>(Ljava/lang/String;)V
.line 193
.local v0, "ex":Ljava/lang/Throwable;
const/4 v1, 0x1
const/4 v2, 0x0
const/4 v3, 0x2
:try_start_a
iget-object v4, p0, Lio/reactivex/subscribers/SafeSubscriber;->actual:Lorg/reactivestreams/Subscriber;
sget-object v5, Lio/reactivex/internal/subscriptions/EmptySubscription;->INSTANCE:Lio/reactivex/internal/subscriptions/EmptySubscription;
invoke-interface {v4, v5}, Lorg/reactivestreams/Subscriber;->onSubscribe(Lorg/reactivestreams/Subscription;)V
:try_end_11
.catchall {:try_start_a .. :try_end_11} :catchall_2b
.line 199
nop
.line 201
:try_start_12
iget-object v4, p0, Lio/reactivex/subscribers/SafeSubscriber;->actual:Lorg/reactivestreams/Subscriber;
invoke-interface {v4, v0}, Lorg/reactivestreams/Subscriber;->onError(Ljava/lang/Throwable;)V
:try_end_17
.catchall {:try_start_12 .. :try_end_17} :catchall_18
.line 206
goto :goto_2a
.line 202
:catchall_18
move-exception v4
.line 203
.local v4, "e":Ljava/lang/Throwable;
invoke-static {v4}, Lio/reactivex/exceptions/Exceptions;->throwIfFatal(Ljava/lang/Throwable;)V
.line 205
new-instance v5, Lio/reactivex/exceptions/CompositeException;
new-array v3, v3, [Ljava/lang/Throwable;
aput-object v0, v3, v2
aput-object v4, v3, v1
invoke-direct {v5, v3}, Lio/reactivex/exceptions/CompositeException;-><init>([Ljava/lang/Throwable;)V
invoke-static {v5}, Lio/reactivex/plugins/RxJavaPlugins;->onError(Ljava/lang/Throwable;)V
.line 207
.end local v4 # "e":Ljava/lang/Throwable;
:goto_2a
return-void
.line 194
:catchall_2b
move-exception v4
.line 195
.restart local v4 # "e":Ljava/lang/Throwable;
invoke-static {v4}, Lio/reactivex/exceptions/Exceptions;->throwIfFatal(Ljava/lang/Throwable;)V
.line 197
new-instance v5, Lio/reactivex/exceptions/CompositeException;
new-array v3, v3, [Ljava/lang/Throwable;
aput-object v0, v3, v2
aput-object v4, v3, v1
invoke-direct {v5, v3}, Lio/reactivex/exceptions/CompositeException;-><init>([Ljava/lang/Throwable;)V
invoke-static {v5}, Lio/reactivex/plugins/RxJavaPlugins;->onError(Ljava/lang/Throwable;)V
.line 198
return-void
.end method
.method public onError(Ljava/lang/Throwable;)V
.registers 10
.param p1, "t" # Ljava/lang/Throwable;
.line 127
.local p0, "this":Lio/reactivex/subscribers/SafeSubscriber;, "Lio/reactivex/subscribers/SafeSubscriber<TT;>;"
iget-boolean v0, p0, Lio/reactivex/subscribers/SafeSubscriber;->done:Z
if-eqz v0, :cond_8
.line 128
invoke-static {p1}, Lio/reactivex/plugins/RxJavaPlugins;->onError(Ljava/lang/Throwable;)V
.line 129
return-void
.line 131
:cond_8
const/4 v0, 0x1
iput-boolean v0, p0, Lio/reactivex/subscribers/SafeSubscriber;->done:Z
.line 133
iget-object v1, p0, Lio/reactivex/subscribers/SafeSubscriber;->s:Lorg/reactivestreams/Subscription;
const/4 v2, 0x0
const/4 v3, 0x2
if-nez v1, :cond_5c
.line 134
new-instance v1, Ljava/lang/NullPointerException;
const-string v4, "Subscription not set!"
invoke-direct {v1, v4}, Ljava/lang/NullPointerException;-><init>(Ljava/lang/String;)V
.line 137
.local v1, "npe":Ljava/lang/Throwable;
const/4 v4, 0x3
:try_start_19
iget-object v5, p0, Lio/reactivex/subscribers/SafeSubscriber;->actual:Lorg/reactivestreams/Subscriber;
sget-object v6, Lio/reactivex/internal/subscriptions/EmptySubscription;->INSTANCE:Lio/reactivex/internal/subscriptions/EmptySubscription;
invoke-interface {v5, v6}, Lorg/reactivestreams/Subscriber;->onSubscribe(Lorg/reactivestreams/Subscription;)V
:try_end_20
.catchall {:try_start_19 .. :try_end_20} :catchall_47
.line 143
nop
.line 145
:try_start_21
iget-object v5, p0, Lio/reactivex/subscribers/SafeSubscriber;->actual:Lorg/reactivestreams/Subscriber;
new-instance v6, Lio/reactivex/exceptions/CompositeException;
new-array v7, v3, [Ljava/lang/Throwable;
aput-object p1, v7, v2
aput-object v1, v7, v0
invoke-direct {v6, v7}, Lio/reactivex/exceptions/CompositeException;-><init>([Ljava/lang/Throwable;)V
invoke-interface {v5, v6}, Lorg/reactivestreams/Subscriber;->onError(Ljava/lang/Throwable;)V
:try_end_31
.catchall {:try_start_21 .. :try_end_31} :catchall_32
.line 150
goto :goto_46
.line 146
:catchall_32
move-exception v5
.line 147
.local v5, "e":Ljava/lang/Throwable;
invoke-static {v5}, Lio/reactivex/exceptions/Exceptions;->throwIfFatal(Ljava/lang/Throwable;)V
.line 149
new-instance v6, Lio/reactivex/exceptions/CompositeException;
new-array v4, v4, [Ljava/lang/Throwable;
aput-object p1, v4, v2
aput-object v1, v4, v0
aput-object v5, v4, v3
invoke-direct {v6, v4}, Lio/reactivex/exceptions/CompositeException;-><init>([Ljava/lang/Throwable;)V
invoke-static {v6}, Lio/reactivex/plugins/RxJavaPlugins;->onError(Ljava/lang/Throwable;)V
.line 151
.end local v5 # "e":Ljava/lang/Throwable;
:goto_46
return-void
.line 138
:catchall_47
move-exception v5
.line 139
.restart local v5 # "e":Ljava/lang/Throwable;
invoke-static {v5}, Lio/reactivex/exceptions/Exceptions;->throwIfFatal(Ljava/lang/Throwable;)V
.line 141
new-instance v6, Lio/reactivex/exceptions/CompositeException;
new-array v4, v4, [Ljava/lang/Throwable;
aput-object p1, v4, v2
aput-object v1, v4, v0
aput-object v5, v4, v3
invoke-direct {v6, v4}, Lio/reactivex/exceptions/CompositeException;-><init>([Ljava/lang/Throwable;)V
invoke-static {v6}, Lio/reactivex/plugins/RxJavaPlugins;->onError(Ljava/lang/Throwable;)V
.line 142
return-void
.line 154
.end local v1 # "npe":Ljava/lang/Throwable;
.end local v5 # "e":Ljava/lang/Throwable;
:cond_5c
if-nez p1, :cond_66
.line 155
new-instance v1, Ljava/lang/NullPointerException;
const-string v4, "onError called with null. Null values are generally not allowed in 2.x operators and sources."
invoke-direct {v1, v4}, Ljava/lang/NullPointerException;-><init>(Ljava/lang/String;)V
move-object p1, v1
.line 159
:cond_66
:try_start_66
iget-object v1, p0, Lio/reactivex/subscribers/SafeSubscriber;->actual:Lorg/reactivestreams/Subscriber;
invoke-interface {v1, p1}, Lorg/reactivestreams/Subscriber;->onError(Ljava/lang/Throwable;)V
:try_end_6b
.catchall {:try_start_66 .. :try_end_6b} :catchall_6c
.line 164
goto :goto_7e
.line 160
:catchall_6c
move-exception v1
.line 161
.local v1, "ex":Ljava/lang/Throwable;
invoke-static {v1}, Lio/reactivex/exceptions/Exceptions;->throwIfFatal(Ljava/lang/Throwable;)V
.line 163
new-instance v4, Lio/reactivex/exceptions/CompositeException;
new-array v3, v3, [Ljava/lang/Throwable;
aput-object p1, v3, v2
aput-object v1, v3, v0
invoke-direct {v4, v3}, Lio/reactivex/exceptions/CompositeException;-><init>([Ljava/lang/Throwable;)V
invoke-static {v4}, Lio/reactivex/plugins/RxJavaPlugins;->onError(Ljava/lang/Throwable;)V
.line 165
.end local v1 # "ex":Ljava/lang/Throwable;
:goto_7e
return-void
.end method
.method public onNext(Ljava/lang/Object;)V
.registers 8
.annotation system Ldalvik/annotation/Signature;
value = {
"(TT;)V"
}
.end annotation
.line 68
.local p0, "this":Lio/reactivex/subscribers/SafeSubscriber;, "Lio/reactivex/subscribers/SafeSubscriber<TT;>;"
.local p1, "t":Ljava/lang/Object;, "TT;"
iget-boolean v0, p0, Lio/reactivex/subscribers/SafeSubscriber;->done:Z
if-eqz v0, :cond_5
.line 69
return-void
.line 71
:cond_5
iget-object v0, p0, Lio/reactivex/subscribers/SafeSubscriber;->s:Lorg/reactivestreams/Subscription;
if-nez v0, :cond_d
.line 72
invoke-virtual {p0}, Lio/reactivex/subscribers/SafeSubscriber;->onNextNoSubscription()V
.line 73
return-void
.line 76
:cond_d
const/4 v0, 0x1
const/4 v1, 0x0
const/4 v2, 0x2
if-nez p1, :cond_36
.line 77
new-instance v3, Ljava/lang/NullPointerException;
const-string v4, "onNext called with null. Null values are generally not allowed in 2.x operators and sources."
invoke-direct {v3, v4}, Ljava/lang/NullPointerException;-><init>(Ljava/lang/String;)V
.line 79
.local v3, "ex":Ljava/lang/Throwable;
:try_start_19
iget-object v4, p0, Lio/reactivex/subscribers/SafeSubscriber;->s:Lorg/reactivestreams/Subscription;
invoke-interface {v4}, Lorg/reactivestreams/Subscription;->cancel()V
:try_end_1e
.catchall {:try_start_19 .. :try_end_1e} :catchall_23
.line 84
nop
.line 85
invoke-virtual {p0, v3}, Lio/reactivex/subscribers/SafeSubscriber;->onError(Ljava/lang/Throwable;)V
.line 86
return-void
.line 80
:catchall_23
move-exception v4
.line 81
.local v4, "e1":Ljava/lang/Throwable;
invoke-static {v4}, Lio/reactivex/exceptions/Exceptions;->throwIfFatal(Ljava/lang/Throwable;)V
.line 82
new-instance v5, Lio/reactivex/exceptions/CompositeException;
new-array v2, v2, [Ljava/lang/Throwable;
aput-object v3, v2, v1
aput-object v4, v2, v0
invoke-direct {v5, v2}, Lio/reactivex/exceptions/CompositeException;-><init>([Ljava/lang/Throwable;)V
invoke-virtual {p0, v5}, Lio/reactivex/subscribers/SafeSubscriber;->onError(Ljava/lang/Throwable;)V
.line 83
return-void
.line 90
.end local v3 # "ex":Ljava/lang/Throwable;
.end local v4 # "e1":Ljava/lang/Throwable;
:cond_36
:try_start_36
iget-object v3, p0, Lio/reactivex/subscribers/SafeSubscriber;->actual:Lorg/reactivestreams/Subscriber;
invoke-interface {v3, p1}, Lorg/reactivestreams/Subscriber;->onNext(Ljava/lang/Object;)V
:try_end_3b
.catchall {:try_start_36 .. :try_end_3b} :catchall_3c
.line 101
goto :goto_49
.line 91
:catchall_3c
move-exception v3
.line 92
.local v3, "e":Ljava/lang/Throwable;
invoke-static {v3}, Lio/reactivex/exceptions/Exceptions;->throwIfFatal(Ljava/lang/Throwable;)V
.line 94
:try_start_40
iget-object v4, p0, Lio/reactivex/subscribers/SafeSubscriber;->s:Lorg/reactivestreams/Subscription;
invoke-interface {v4}, Lorg/reactivestreams/Subscription;->cancel()V
:try_end_45
.catchall {:try_start_40 .. :try_end_45} :catchall_4a
.line 99
nop
.line 100
invoke-virtual {p0, v3}, Lio/reactivex/subscribers/SafeSubscriber;->onError(Ljava/lang/Throwable;)V
.line 102
.end local v3 # "e":Ljava/lang/Throwable;
:goto_49
return-void
.line 95
.restart local v3 # "e":Ljava/lang/Throwable;
:catchall_4a
move-exception v4
.line 96
.restart local v4 # "e1":Ljava/lang/Throwable;
invoke-static {v4}, Lio/reactivex/exceptions/Exceptions;->throwIfFatal(Ljava/lang/Throwable;)V
.line 97
new-instance v5, Lio/reactivex/exceptions/CompositeException;
new-array v2, v2, [Ljava/lang/Throwable;
aput-object v3, v2, v1
aput-object v4, v2, v0
invoke-direct {v5, v2}, Lio/reactivex/exceptions/CompositeException;-><init>([Ljava/lang/Throwable;)V
invoke-virtual {p0, v5}, Lio/reactivex/subscribers/SafeSubscriber;->onError(Ljava/lang/Throwable;)V
.line 98
return-void
.end method
.method onNextNoSubscription()V
.registers 7
.line 105
.local p0, "this":Lio/reactivex/subscribers/SafeSubscriber;, "Lio/reactivex/subscribers/SafeSubscriber<TT;>;"
const/4 v0, 0x1
iput-boolean v0, p0, Lio/reactivex/subscribers/SafeSubscriber;->done:Z
.line 106
new-instance v1, Ljava/lang/NullPointerException;
const-string v2, "Subscription not set!"
invoke-direct {v1, v2}, Ljava/lang/NullPointerException;-><init>(Ljava/lang/String;)V
.line 109
.local v1, "ex":Ljava/lang/Throwable;
const/4 v2, 0x0
const/4 v3, 0x2
:try_start_c
iget-object v4, p0, Lio/reactivex/subscribers/SafeSubscriber;->actual:Lorg/reactivestreams/Subscriber;
sget-object v5, Lio/reactivex/internal/subscriptions/EmptySubscription;->INSTANCE:Lio/reactivex/internal/subscriptions/EmptySubscription;
invoke-interface {v4, v5}, Lorg/reactivestreams/Subscriber;->onSubscribe(Lorg/reactivestreams/Subscription;)V
:try_end_13
.catchall {:try_start_c .. :try_end_13} :catchall_2d
.line 115
nop
.line 117
:try_start_14
iget-object v4, p0, Lio/reactivex/subscribers/SafeSubscriber;->actual:Lorg/reactivestreams/Subscriber;
invoke-interface {v4, v1}, Lorg/reactivestreams/Subscriber;->onError(Ljava/lang/Throwable;)V
:try_end_19
.catchall {:try_start_14 .. :try_end_19} :catchall_1a
.line 122
goto :goto_2c
.line 118
:catchall_1a
move-exception v4
.line 119
.local v4, "e":Ljava/lang/Throwable;
invoke-static {v4}, Lio/reactivex/exceptions/Exceptions;->throwIfFatal(Ljava/lang/Throwable;)V
.line 121
new-instance v5, Lio/reactivex/exceptions/CompositeException;
new-array v3, v3, [Ljava/lang/Throwable;
aput-object v1, v3, v2
aput-object v4, v3, v0
invoke-direct {v5, v3}, Lio/reactivex/exceptions/CompositeException;-><init>([Ljava/lang/Throwable;)V
invoke-static {v5}, Lio/reactivex/plugins/RxJavaPlugins;->onError(Ljava/lang/Throwable;)V
.line 123
.end local v4 # "e":Ljava/lang/Throwable;
:goto_2c
return-void
.line 110
:catchall_2d
move-exception v4
.line 111
.restart local v4 # "e":Ljava/lang/Throwable;
invoke-static {v4}, Lio/reactivex/exceptions/Exceptions;->throwIfFatal(Ljava/lang/Throwable;)V
.line 113
new-instance v5, Lio/reactivex/exceptions/CompositeException;
new-array v3, v3, [Ljava/lang/Throwable;
aput-object v1, v3, v2
aput-object v4, v3, v0
invoke-direct {v5, v3}, Lio/reactivex/exceptions/CompositeException;-><init>([Ljava/lang/Throwable;)V
invoke-static {v5}, Lio/reactivex/plugins/RxJavaPlugins;->onError(Ljava/lang/Throwable;)V
.line 114
return-void
.end method
.method public onSubscribe(Lorg/reactivestreams/Subscription;)V
.registers 8
.param p1, "s" # Lorg/reactivestreams/Subscription;
.line 46
.local p0, "this":Lio/reactivex/subscribers/SafeSubscriber;, "Lio/reactivex/subscribers/SafeSubscriber<TT;>;"
iget-object v0, p0, Lio/reactivex/subscribers/SafeSubscriber;->s:Lorg/reactivestreams/Subscription;
invoke-static {v0, p1}, Lio/reactivex/internal/subscriptions/SubscriptionHelper;->validate(Lorg/reactivestreams/Subscription;Lorg/reactivestreams/Subscription;)Z
move-result v0
if-eqz v0, :cond_34
.line 47
iput-object p1, p0, Lio/reactivex/subscribers/SafeSubscriber;->s:Lorg/reactivestreams/Subscription;
.line 49
:try_start_a
iget-object v0, p0, Lio/reactivex/subscribers/SafeSubscriber;->actual:Lorg/reactivestreams/Subscriber;
invoke-interface {v0, p0}, Lorg/reactivestreams/Subscriber;->onSubscribe(Lorg/reactivestreams/Subscription;)V
:try_end_f
.catchall {:try_start_a .. :try_end_f} :catchall_10
.line 62
goto :goto_34
.line 50
:catchall_10
move-exception v0
.line 51
.local v0, "e":Ljava/lang/Throwable;
invoke-static {v0}, Lio/reactivex/exceptions/Exceptions;->throwIfFatal(Ljava/lang/Throwable;)V
.line 52
const/4 v1, 0x1
iput-boolean v1, p0, Lio/reactivex/subscribers/SafeSubscriber;->done:Z
.line 55
:try_start_17
invoke-interface {p1}, Lorg/reactivestreams/Subscription;->cancel()V
:try_end_1a
.catchall {:try_start_17 .. :try_end_1a} :catchall_1f
.line 60
nop
.line 61
invoke-static {v0}, Lio/reactivex/plugins/RxJavaPlugins;->onError(Ljava/lang/Throwable;)V
goto :goto_34
.line 56
:catchall_1f
move-exception v2
.line 57
.local v2, "e1":Ljava/lang/Throwable;
invoke-static {v2}, Lio/reactivex/exceptions/Exceptions;->throwIfFatal(Ljava/lang/Throwable;)V
.line 58
new-instance v3, Lio/reactivex/exceptions/CompositeException;
const/4 v4, 0x2
new-array v4, v4, [Ljava/lang/Throwable;
const/4 v5, 0x0
aput-object v0, v4, v5
aput-object v2, v4, v1
invoke-direct {v3, v4}, Lio/reactivex/exceptions/CompositeException;-><init>([Ljava/lang/Throwable;)V
invoke-static {v3}, Lio/reactivex/plugins/RxJavaPlugins;->onError(Ljava/lang/Throwable;)V
.line 59
return-void
.line 64
.end local v0 # "e":Ljava/lang/Throwable;
.end local v2 # "e1":Ljava/lang/Throwable;
:cond_34
:goto_34
return-void
.end method
.method public request(J)V
.registers 8
.param p1, "n" # J
.line 212
.local p0, "this":Lio/reactivex/subscribers/SafeSubscriber;, "Lio/reactivex/subscribers/SafeSubscriber<TT;>;"
:try_start_0
iget-object v0, p0, Lio/reactivex/subscribers/SafeSubscriber;->s:Lorg/reactivestreams/Subscription;
invoke-interface {v0, p1, p2}, Lorg/reactivestreams/Subscription;->request(J)V
:try_end_5
.catchall {:try_start_0 .. :try_end_5} :catchall_6
.line 223
goto :goto_13
.line 213
:catchall_6
move-exception v0
.line 214
.local v0, "e":Ljava/lang/Throwable;
invoke-static {v0}, Lio/reactivex/exceptions/Exceptions;->throwIfFatal(Ljava/lang/Throwable;)V
.line 216
:try_start_a
iget-object v1, p0, Lio/reactivex/subscribers/SafeSubscriber;->s:Lorg/reactivestreams/Subscription;
invoke-interface {v1}, Lorg/reactivestreams/Subscription;->cancel()V
:try_end_f
.catchall {:try_start_a .. :try_end_f} :catchall_14
.line 221
nop
.line 222
invoke-static {v0}, Lio/reactivex/plugins/RxJavaPlugins;->onError(Ljava/lang/Throwable;)V
.line 224
.end local v0 # "e":Ljava/lang/Throwable;
:goto_13
return-void
.line 217
.restart local v0 # "e":Ljava/lang/Throwable;
:catchall_14
move-exception v1
.line 218
.local v1, "e1":Ljava/lang/Throwable;
invoke-static {v1}, Lio/reactivex/exceptions/Exceptions;->throwIfFatal(Ljava/lang/Throwable;)V
.line 219
new-instance v2, Lio/reactivex/exceptions/CompositeException;
const/4 v3, 0x2
new-array v3, v3, [Ljava/lang/Throwable;
const/4 v4, 0x0
aput-object v0, v3, v4
const/4 v4, 0x1
aput-object v1, v3, v4
invoke-direct {v2, v3}, Lio/reactivex/exceptions/CompositeException;-><init>([Ljava/lang/Throwable;)V
invoke-static {v2}, Lio/reactivex/plugins/RxJavaPlugins;->onError(Ljava/lang/Throwable;)V
.line 220
return-void
.end method