- 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
79 lines
2.3 KiB
Smali
79 lines
2.3 KiB
Smali
.class Lcsdk/gluads/GluAdsFactory$1$1;
|
|
.super Ljava/lang/Thread;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingMethod;
|
|
value = Lcsdk/gluads/GluAdsFactory$1;->apply(Ljava/lang/String;Ljava/lang/String;)V
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = null
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field final synthetic this$1:Lcsdk/gluads/GluAdsFactory$1;
|
|
|
|
.field final synthetic val$jsonConfig:Ljava/lang/String;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcsdk/gluads/GluAdsFactory$1;Ljava/lang/String;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcsdk/gluads/GluAdsFactory$1$1;->this$1:Lcsdk/gluads/GluAdsFactory$1;
|
|
|
|
iput-object p2, p0, Lcsdk/gluads/GluAdsFactory$1$1;->val$jsonConfig:Ljava/lang/String;
|
|
|
|
.line 155
|
|
invoke-direct {p0}, Ljava/lang/Thread;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public run()V
|
|
.locals 8
|
|
|
|
:try_start_0
|
|
iget-object v0, p0, Lcsdk/gluads/GluAdsFactory$1$1;->val$jsonConfig:Ljava/lang/String;
|
|
|
|
.line 160
|
|
invoke-static {v0}, Lcsdk/gluads/util/JsonUtil;->parseJsonObject(Ljava/lang/String;)Ljava/util/Map;
|
|
|
|
move-result-object v4
|
|
:try_end_0
|
|
.catch Lorg/json/JSONException; {:try_start_0 .. :try_end_0} :catch_0
|
|
|
|
iget-object v0, p0, Lcsdk/gluads/GluAdsFactory$1$1;->this$1:Lcsdk/gluads/GluAdsFactory$1;
|
|
|
|
.line 164
|
|
iget-object v1, v0, Lcsdk/gluads/GluAdsFactory$1;->this$0:Lcsdk/gluads/GluAdsFactory;
|
|
|
|
iget-object v2, v0, Lcsdk/gluads/GluAdsFactory$1;->val$ret:Lcsdk/gluads/impl/QueuingAdvertising;
|
|
|
|
iget-object v3, v0, Lcsdk/gluads/GluAdsFactory$1;->val$activityGetter:Ljava/util/concurrent/Callable;
|
|
|
|
iget-object v5, v0, Lcsdk/gluads/GluAdsFactory$1;->val$runtimeConfig2:Ljava/util/Map;
|
|
|
|
iget-wide v6, v0, Lcsdk/gluads/GluAdsFactory$1;->val$initializationTimestamp:J
|
|
|
|
invoke-static/range {v1 .. v7}, Lcsdk/gluads/GluAdsFactory;->access$100(Lcsdk/gluads/GluAdsFactory;Lcsdk/gluads/impl/QueuingAdvertising;Ljava/util/concurrent/Callable;Ljava/util/Map;Ljava/util/Map;J)V
|
|
|
|
return-void
|
|
|
|
:catch_0
|
|
move-exception v0
|
|
|
|
.line 162
|
|
invoke-static {v0}, Lcsdk/gluads/util/Common;->propagate(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
|
|
|
|
move-result-object v0
|
|
|
|
throw v0
|
|
.end method
|