Rabbit-R1/switch port/smali/smali_classes3/io/sentry/protocol/SentryException$Deserializer.smali
2024-05-21 17:08:36 -04:00

315 lines
7.3 KiB
Smali

.class public final Lio/sentry/protocol/SentryException$Deserializer;
.super Ljava/lang/Object;
.source "SentryException.java"
# interfaces
.implements Lio/sentry/JsonDeserializer;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lio/sentry/protocol/SentryException;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "Deserializer"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Lio/sentry/JsonDeserializer<",
"Lio/sentry/protocol/SentryException;",
">;"
}
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
.line 222
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public deserialize(Lio/sentry/JsonObjectReader;Lio/sentry/ILogger;)Lio/sentry/protocol/SentryException;
.locals 4
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/lang/Exception;
}
.end annotation
.line 227
new-instance p0, Lio/sentry/protocol/SentryException;
invoke-direct {p0}, Lio/sentry/protocol/SentryException;-><init>()V
.line 229
invoke-virtual {p1}, Lio/sentry/JsonObjectReader;->beginObject()V
const/4 v0, 0x0
.line 230
:goto_0
invoke-virtual {p1}, Lio/sentry/JsonObjectReader;->peek()Lio/sentry/vendor/gson/stream/JsonToken;
move-result-object v1
sget-object v2, Lio/sentry/vendor/gson/stream/JsonToken;->NAME:Lio/sentry/vendor/gson/stream/JsonToken;
if-ne v1, v2, :cond_7
.line 231
invoke-virtual {p1}, Lio/sentry/JsonObjectReader;->nextName()Ljava/lang/String;
move-result-object v1
.line 232
invoke-virtual {v1}, Ljava/lang/String;->hashCode()I
invoke-virtual {v1}, Ljava/lang/String;->hashCode()I
move-result v2
const/4 v3, -0x1
sparse-switch v2, :sswitch_data_0
goto :goto_1
:sswitch_0
const-string v2, "stacktrace"
invoke-virtual {v1, v2}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result v2
if-nez v2, :cond_0
goto :goto_1
:cond_0
const/4 v3, 0x5
goto :goto_1
:sswitch_1
const-string v2, "mechanism"
invoke-virtual {v1, v2}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result v2
if-nez v2, :cond_1
goto :goto_1
:cond_1
const/4 v3, 0x4
goto :goto_1
:sswitch_2
const-string v2, "value"
invoke-virtual {v1, v2}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result v2
if-nez v2, :cond_2
goto :goto_1
:cond_2
const/4 v3, 0x3
goto :goto_1
:sswitch_3
const-string v2, "type"
invoke-virtual {v1, v2}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result v2
if-nez v2, :cond_3
goto :goto_1
:cond_3
const/4 v3, 0x2
goto :goto_1
:sswitch_4
const-string v2, "module"
invoke-virtual {v1, v2}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result v2
if-nez v2, :cond_4
goto :goto_1
:cond_4
const/4 v3, 0x1
goto :goto_1
:sswitch_5
const-string v2, "thread_id"
invoke-virtual {v1, v2}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result v2
if-nez v2, :cond_5
goto :goto_1
:cond_5
const/4 v3, 0x0
:goto_1
packed-switch v3, :pswitch_data_0
if-nez v0, :cond_6
.line 254
new-instance v0, Ljava/util/HashMap;
invoke-direct {v0}, Ljava/util/HashMap;-><init>()V
.line 256
:cond_6
invoke-virtual {p1, p2, v0, v1}, Lio/sentry/JsonObjectReader;->nextUnknown(Lio/sentry/ILogger;Ljava/util/Map;Ljava/lang/String;)V
goto :goto_0
.line 246
:pswitch_0
new-instance v1, Lio/sentry/protocol/SentryStackTrace$Deserializer;
invoke-direct {v1}, Lio/sentry/protocol/SentryStackTrace$Deserializer;-><init>()V
.line 247
invoke-virtual {p1, p2, v1}, Lio/sentry/JsonObjectReader;->nextOrNull(Lio/sentry/ILogger;Lio/sentry/JsonDeserializer;)Ljava/lang/Object;
move-result-object v1
check-cast v1, Lio/sentry/protocol/SentryStackTrace;
.line 246
invoke-static {p0, v1}, Lio/sentry/protocol/SentryException;->access$402(Lio/sentry/protocol/SentryException;Lio/sentry/protocol/SentryStackTrace;)Lio/sentry/protocol/SentryStackTrace;
goto :goto_0
.line 250
:pswitch_1
new-instance v1, Lio/sentry/protocol/Mechanism$Deserializer;
invoke-direct {v1}, Lio/sentry/protocol/Mechanism$Deserializer;-><init>()V
invoke-virtual {p1, p2, v1}, Lio/sentry/JsonObjectReader;->nextOrNull(Lio/sentry/ILogger;Lio/sentry/JsonDeserializer;)Ljava/lang/Object;
move-result-object v1
check-cast v1, Lio/sentry/protocol/Mechanism;
invoke-static {p0, v1}, Lio/sentry/protocol/SentryException;->access$502(Lio/sentry/protocol/SentryException;Lio/sentry/protocol/Mechanism;)Lio/sentry/protocol/Mechanism;
goto/16 :goto_0
.line 237
:pswitch_2
invoke-virtual {p1}, Lio/sentry/JsonObjectReader;->nextStringOrNull()Ljava/lang/String;
move-result-object v1
invoke-static {p0, v1}, Lio/sentry/protocol/SentryException;->access$102(Lio/sentry/protocol/SentryException;Ljava/lang/String;)Ljava/lang/String;
goto/16 :goto_0
.line 234
:pswitch_3
invoke-virtual {p1}, Lio/sentry/JsonObjectReader;->nextStringOrNull()Ljava/lang/String;
move-result-object v1
invoke-static {p0, v1}, Lio/sentry/protocol/SentryException;->access$002(Lio/sentry/protocol/SentryException;Ljava/lang/String;)Ljava/lang/String;
goto/16 :goto_0
.line 240
:pswitch_4
invoke-virtual {p1}, Lio/sentry/JsonObjectReader;->nextStringOrNull()Ljava/lang/String;
move-result-object v1
invoke-static {p0, v1}, Lio/sentry/protocol/SentryException;->access$202(Lio/sentry/protocol/SentryException;Ljava/lang/String;)Ljava/lang/String;
goto/16 :goto_0
.line 243
:pswitch_5
invoke-virtual {p1}, Lio/sentry/JsonObjectReader;->nextLongOrNull()Ljava/lang/Long;
move-result-object v1
invoke-static {p0, v1}, Lio/sentry/protocol/SentryException;->access$302(Lio/sentry/protocol/SentryException;Ljava/lang/Long;)Ljava/lang/Long;
goto/16 :goto_0
.line 260
:cond_7
invoke-virtual {p1}, Lio/sentry/JsonObjectReader;->endObject()V
.line 261
invoke-virtual {p0, v0}, Lio/sentry/protocol/SentryException;->setUnknown(Ljava/util/Map;)V
return-object p0
:sswitch_data_0
.sparse-switch
-0x5d1dd090 -> :sswitch_5
-0x3fb45994 -> :sswitch_4
0x368f3a -> :sswitch_3
0x6ac9171 -> :sswitch_2
0x49056359 -> :sswitch_1
0x7a8983bd -> :sswitch_0
.end sparse-switch
:pswitch_data_0
.packed-switch 0x0
:pswitch_5
:pswitch_4
:pswitch_3
:pswitch_2
:pswitch_1
:pswitch_0
.end packed-switch
.end method
.method public bridge synthetic deserialize(Lio/sentry/JsonObjectReader;Lio/sentry/ILogger;)Ljava/lang/Object;
.locals 0
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/lang/Exception;
}
.end annotation
.line 222
invoke-virtual {p0, p1, p2}, Lio/sentry/protocol/SentryException$Deserializer;->deserialize(Lio/sentry/JsonObjectReader;Lio/sentry/ILogger;)Lio/sentry/protocol/SentryException;
move-result-object p0
return-object p0
.end method