Files
rr3-apk/smali_classes4/com/tapjoy/internal/a.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

104 lines
2.5 KiB
Smali

.class public final Lcom/tapjoy/internal/a;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/lang/Runnable;
# instance fields
.field public final synthetic a:Ljava/util/concurrent/CountDownLatch;
.field public final synthetic b:Lcom/tapjoy/internal/c;
# direct methods
.method public constructor <init>(Lcom/tapjoy/internal/c;Ljava/util/concurrent/CountDownLatch;)V
.locals 0
iput-object p1, p0, Lcom/tapjoy/internal/a;->b:Lcom/tapjoy/internal/c;
iput-object p2, p0, Lcom/tapjoy/internal/a;->a:Ljava/util/concurrent/CountDownLatch;
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final run()V
.locals 4
:try_start_0
iget-object v0, p0, Lcom/tapjoy/internal/a;->b:Lcom/tapjoy/internal/c;
const-string v1, "android.app.ActivityThread"
.line 2
invoke-static {v1}, Ljava/lang/Class;->forName(Ljava/lang/String;)Ljava/lang/Class;
move-result-object v1
const-string v2, "currentApplication"
const/4 v3, 0x0
.line 3
invoke-virtual {v1, v2, v3}, Ljava/lang/Class;->getMethod(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
move-result-object v1
invoke-virtual {v1, v3, v3}, Ljava/lang/reflect/Method;->invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
move-result-object v1
check-cast v1, Landroid/app/Application;
.line 4
iput-object v1, v0, Lcom/tapjoy/internal/c;->a:Landroid/app/Application;
:try_end_0
.catch Ljava/lang/Exception; {:try_start_0 .. :try_end_0} :catch_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
goto :goto_0
:catchall_0
move-exception v0
goto :goto_1
:catch_0
move-exception v0
:try_start_1
const-string v1, "Tapjoy.ActivityTracker"
.line 9
invoke-static {v0}, Landroid/util/Log;->getStackTraceString(Ljava/lang/Throwable;)Ljava/lang/String;
move-result-object v0
invoke-static {v1, v0}, Lcom/tapjoy/TapjoyLog;->w(Ljava/lang/String;Ljava/lang/String;)V
:try_end_1
.catchall {:try_start_1 .. :try_end_1} :catchall_0
:goto_0
iget-object v0, p0, Lcom/tapjoy/internal/a;->a:Ljava/util/concurrent/CountDownLatch;
.line 8
invoke-virtual {v0}, Ljava/util/concurrent/CountDownLatch;->countDown()V
return-void
:goto_1
iget-object v1, p0, Lcom/tapjoy/internal/a;->a:Ljava/util/concurrent/CountDownLatch;
.line 11
invoke-virtual {v1}, Ljava/util/concurrent/CountDownLatch;->countDown()V
.line 12
throw v0
.end method