- 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
110 lines
2.6 KiB
Smali
110 lines
2.6 KiB
Smali
.class public Lcom/applovin/impl/eg;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lcom/applovin/impl/eg$b;,
|
|
Lcom/applovin/impl/eg$d;,
|
|
Lcom/applovin/impl/eg$c;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field private final a:Ljava/util/concurrent/PriorityBlockingQueue;
|
|
|
|
.field private final b:Lcom/applovin/impl/sdk/j;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/applovin/impl/sdk/j;)V
|
|
.locals 1
|
|
|
|
.line 38
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
.line 39
|
|
new-instance v0, Ljava/util/concurrent/PriorityBlockingQueue;
|
|
|
|
invoke-direct {v0}, Ljava/util/concurrent/PriorityBlockingQueue;-><init>()V
|
|
|
|
iput-object v0, p0, Lcom/applovin/impl/eg;->a:Ljava/util/concurrent/PriorityBlockingQueue;
|
|
|
|
iput-object p1, p0, Lcom/applovin/impl/eg;->b:Lcom/applovin/impl/sdk/j;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public a()V
|
|
.locals 5
|
|
|
|
const/4 v0, 0x0
|
|
|
|
:goto_0
|
|
iget-object v1, p0, Lcom/applovin/impl/eg;->b:Lcom/applovin/impl/sdk/j;
|
|
|
|
.line 101
|
|
sget-object v2, Lcom/applovin/impl/sj;->V:Lcom/applovin/impl/sj;
|
|
|
|
invoke-virtual {v1, v2}, Lcom/applovin/impl/sdk/j;->a(Lcom/applovin/impl/sj;)Ljava/lang/Object;
|
|
|
|
move-result-object v1
|
|
|
|
check-cast v1, Ljava/lang/Integer;
|
|
|
|
invoke-virtual {v1}, Ljava/lang/Integer;->intValue()I
|
|
|
|
move-result v1
|
|
|
|
if-ge v0, v1, :cond_0
|
|
|
|
.line 103
|
|
new-instance v1, Lcom/applovin/impl/eg$b;
|
|
|
|
iget-object v2, p0, Lcom/applovin/impl/eg;->a:Ljava/util/concurrent/PriorityBlockingQueue;
|
|
|
|
iget-object v3, p0, Lcom/applovin/impl/eg;->b:Lcom/applovin/impl/sdk/j;
|
|
|
|
const/4 v4, 0x0
|
|
|
|
invoke-direct {v1, v2, v0, v3, v4}, Lcom/applovin/impl/eg$b;-><init>(Ljava/util/concurrent/BlockingQueue;ILcom/applovin/impl/sdk/j;Lcom/applovin/impl/eg$a;)V
|
|
|
|
.line 104
|
|
invoke-virtual {v1}, Ljava/lang/Thread;->start()V
|
|
|
|
add-int/lit8 v0, v0, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
return-void
|
|
.end method
|
|
|
|
.method public a(Lcom/applovin/impl/eg$c;)V
|
|
.locals 1
|
|
|
|
if-eqz p1, :cond_0
|
|
|
|
iget-object v0, p0, Lcom/applovin/impl/eg;->a:Ljava/util/concurrent/PriorityBlockingQueue;
|
|
|
|
.line 56
|
|
invoke-virtual {v0, p1}, Ljava/util/concurrent/PriorityBlockingQueue;->add(Ljava/lang/Object;)Z
|
|
|
|
return-void
|
|
|
|
.line 57
|
|
:cond_0
|
|
new-instance p1, Ljava/lang/IllegalArgumentException;
|
|
|
|
const-string v0, "No request specified"
|
|
|
|
invoke-direct {p1, v0}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw p1
|
|
.end method
|