- 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
134 lines
3.3 KiB
Smali
134 lines
3.3 KiB
Smali
.class public final Lcom/fyber/inneractive/sdk/util/b$b;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Ljava/lang/Runnable;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingMethod;
|
|
value = Lcom/fyber/inneractive/sdk/util/b;->b([Ljava/lang/Object;)V
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = null
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field public final synthetic a:[Ljava/lang/Object;
|
|
|
|
.field public final synthetic b:Lcom/fyber/inneractive/sdk/util/b;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/fyber/inneractive/sdk/util/b;[Ljava/lang/Object;)V
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()V"
|
|
}
|
|
.end annotation
|
|
|
|
iput-object p1, p0, Lcom/fyber/inneractive/sdk/util/b$b;->b:Lcom/fyber/inneractive/sdk/util/b;
|
|
|
|
iput-object p2, p0, Lcom/fyber/inneractive/sdk/util/b$b;->a:[Ljava/lang/Object;
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final run()V
|
|
.locals 4
|
|
|
|
iget-object v0, p0, Lcom/fyber/inneractive/sdk/util/b$b;->b:Lcom/fyber/inneractive/sdk/util/b;
|
|
|
|
.line 1
|
|
invoke-virtual {v0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
|
|
|
iget-object v0, p0, Lcom/fyber/inneractive/sdk/util/b$b;->b:Lcom/fyber/inneractive/sdk/util/b;
|
|
|
|
.line 3
|
|
iget-boolean v1, v0, Lcom/fyber/inneractive/sdk/util/b;->f:Z
|
|
|
|
if-eqz v1, :cond_0
|
|
|
|
return-void
|
|
|
|
:cond_0
|
|
iget-object v2, p0, Lcom/fyber/inneractive/sdk/util/b$b;->a:[Ljava/lang/Object;
|
|
|
|
.line 5
|
|
new-instance v3, Lcom/fyber/inneractive/sdk/util/c;
|
|
|
|
invoke-direct {v3, v0, v2}, Lcom/fyber/inneractive/sdk/util/c;-><init>(Lcom/fyber/inneractive/sdk/util/b;[Ljava/lang/Object;)V
|
|
|
|
iput-object v3, v0, Lcom/fyber/inneractive/sdk/util/b;->d:Lcom/fyber/inneractive/sdk/util/c;
|
|
|
|
if-eqz v1, :cond_1
|
|
|
|
return-void
|
|
|
|
.line 6
|
|
:cond_1
|
|
:try_start_0
|
|
iget-object v0, v0, Lcom/fyber/inneractive/sdk/util/b;->a:Ljava/util/concurrent/ExecutorService;
|
|
|
|
.line 7
|
|
invoke-interface {v0, v3}, Ljava/util/concurrent/Executor;->execute(Ljava/lang/Runnable;)V
|
|
:try_end_0
|
|
.catch Ljava/util/concurrent/RejectedExecutionException; {:try_start_0 .. :try_end_0} :catch_1
|
|
.catch Ljava/lang/NullPointerException; {:try_start_0 .. :try_end_0} :catch_0
|
|
|
|
goto :goto_2
|
|
|
|
:catch_0
|
|
move-exception v0
|
|
|
|
goto :goto_0
|
|
|
|
:catch_1
|
|
move-exception v0
|
|
|
|
goto :goto_1
|
|
|
|
.line 11
|
|
:goto_0
|
|
invoke-virtual {v0}, Ljava/lang/Throwable;->getMessage()Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
filled-new-array {v0}, [Ljava/lang/Object;
|
|
|
|
move-result-object v0
|
|
|
|
const-string v1, "AsyncTaskExecutor : execute(): Unable to execute the null task: %s"
|
|
|
|
invoke-static {v1, v0}, Lcom/fyber/inneractive/sdk/util/IAlog;->f(Ljava/lang/String;[Ljava/lang/Object;)V
|
|
|
|
goto :goto_2
|
|
|
|
.line 12
|
|
:goto_1
|
|
invoke-virtual {v0}, Ljava/lang/Throwable;->getMessage()Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
filled-new-array {v0}, [Ljava/lang/Object;
|
|
|
|
move-result-object v0
|
|
|
|
const-string v1, "AsyncTaskExecutor : execute(): Unable to execute the task: %s"
|
|
|
|
invoke-static {v1, v0}, Lcom/fyber/inneractive/sdk/util/IAlog;->f(Ljava/lang/String;[Ljava/lang/Object;)V
|
|
|
|
:goto_2
|
|
return-void
|
|
.end method
|