Files
rr3-apk/smali/com/applovin/impl/qa$c.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3
- APKTool decompilation (Smali bytecode) for modding and rebuilding APK
- Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures
- Includes full Smali source, resources, and native libraries
- Ready to rebuild APK after modifications with apktool b command
- Added comprehensive README-apktool.md with modding guide

This branch complements the JADX branches:
- Use JADX (main/discord-community) to UNDERSTAND code (readable Java)
- Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali)

Total: 44,417 files, 538.51 MB Smali source code
2026-02-18 16:13:44 -08:00

183 lines
3.8 KiB
Smali

.class public Lcom/applovin/impl/qa$c;
.super Lcom/applovin/impl/j5;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/applovin/impl/qa;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "c"
.end annotation
# instance fields
.field public final b:Lcom/applovin/impl/l5;
.field public final c:I
# direct methods
.method public constructor <init>(Lcom/applovin/impl/l5;II)V
.locals 0
.line 252
invoke-static {p2, p3}, Lcom/applovin/impl/qa$c;->a(II)I
move-result p2
invoke-direct {p0, p2}, Lcom/applovin/impl/j5;-><init>(I)V
iput-object p1, p0, Lcom/applovin/impl/qa$c;->b:Lcom/applovin/impl/l5;
iput p3, p0, Lcom/applovin/impl/qa$c;->c:I
return-void
.end method
.method public constructor <init>(Ljava/io/IOException;Lcom/applovin/impl/l5;II)V
.locals 0
.line 564
invoke-static {p3, p4}, Lcom/applovin/impl/qa$c;->a(II)I
move-result p3
invoke-direct {p0, p1, p3}, Lcom/applovin/impl/j5;-><init>(Ljava/lang/Throwable;I)V
iput-object p2, p0, Lcom/applovin/impl/qa$c;->b:Lcom/applovin/impl/l5;
iput p4, p0, Lcom/applovin/impl/qa$c;->c:I
return-void
.end method
.method public constructor <init>(Ljava/lang/String;Lcom/applovin/impl/l5;II)V
.locals 0
.line 847
invoke-static {p3, p4}, Lcom/applovin/impl/qa$c;->a(II)I
move-result p3
invoke-direct {p0, p1, p3}, Lcom/applovin/impl/j5;-><init>(Ljava/lang/String;I)V
iput-object p2, p0, Lcom/applovin/impl/qa$c;->b:Lcom/applovin/impl/l5;
iput p4, p0, Lcom/applovin/impl/qa$c;->c:I
return-void
.end method
.method public constructor <init>(Ljava/lang/String;Ljava/io/IOException;Lcom/applovin/impl/l5;II)V
.locals 0
.line 1191
invoke-static {p4, p5}, Lcom/applovin/impl/qa$c;->a(II)I
move-result p4
invoke-direct {p0, p1, p2, p4}, Lcom/applovin/impl/j5;-><init>(Ljava/lang/String;Ljava/lang/Throwable;I)V
iput-object p3, p0, Lcom/applovin/impl/qa$c;->b:Lcom/applovin/impl/l5;
iput p5, p0, Lcom/applovin/impl/qa$c;->c:I
return-void
.end method
.method private static a(II)I
.locals 1
.line 0
const/16 v0, 0x7d0
if-ne p0, v0, :cond_0
const/4 v0, 0x1
if-ne p1, v0, :cond_0
const/16 p0, 0x7d1
:cond_0
return p0
.end method
.method public static a(Ljava/io/IOException;Lcom/applovin/impl/l5;I)Lcom/applovin/impl/qa$c;
.locals 3
.line 210
invoke-virtual {p0}, Ljava/lang/Throwable;->getMessage()Ljava/lang/String;
move-result-object v0
.line 211
instance-of v1, p0, Ljava/net/SocketTimeoutException;
const/16 v2, 0x7d7
if-eqz v1, :cond_0
const/16 v0, 0x7d2
goto :goto_0
.line 213
:cond_0
instance-of v1, p0, Ljava/io/InterruptedIOException;
if-eqz v1, :cond_1
const/16 v0, 0x3ec
goto :goto_0
:cond_1
if-eqz v0, :cond_2
.line 219
invoke-static {v0}, Lcom/applovin/exoplayer2/common/base/Ascii;->toLowerCase(Ljava/lang/String;)Ljava/lang/String;
move-result-object v0
const-string v1, "cleartext.*not permitted.*"
invoke-virtual {v0, v1}, Ljava/lang/String;->matches(Ljava/lang/String;)Z
move-result v0
if-eqz v0, :cond_2
move v0, v2
goto :goto_0
:cond_2
const/16 v0, 0x7d1
:goto_0
if-ne v0, v2, :cond_3
.line 225
new-instance p2, Lcom/applovin/impl/qa$a;
invoke-direct {p2, p0, p1}, Lcom/applovin/impl/qa$a;-><init>(Ljava/io/IOException;Lcom/applovin/impl/l5;)V
goto :goto_1
.line 226
:cond_3
new-instance v1, Lcom/applovin/impl/qa$c;
invoke-direct {v1, p0, p1, v0, p2}, Lcom/applovin/impl/qa$c;-><init>(Ljava/io/IOException;Lcom/applovin/impl/l5;II)V
move-object p2, v1
:goto_1
return-object p2
.end method