- 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
88 lines
1.7 KiB
Smali
88 lines
1.7 KiB
Smali
.class public Lcom/ea/nimble/Log;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lcom/ea/nimble/Log$Helper;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static final COMPONENT_ID:Ljava/lang/String; = "com.ea.nimble.NimbleLog"
|
|
|
|
.field public static final LEVEL_ALL:I = 0x0
|
|
|
|
.field public static final LEVEL_DEBUG:I = 0xc8
|
|
|
|
.field public static final LEVEL_ERROR:I = 0x1f4
|
|
|
|
.field public static final LEVEL_FATAL:I = 0x258
|
|
|
|
.field public static final LEVEL_INFO:I = 0x12c
|
|
|
|
.field public static final LEVEL_SILENT:I = 0x2bc
|
|
|
|
.field public static final LEVEL_VERBOSE:I = 0x64
|
|
|
|
.field public static final LEVEL_WARN:I = 0x190
|
|
|
|
.field private static s_instance:Lcom/ea/nimble/ILog;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 3
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static declared-synchronized getComponent()Lcom/ea/nimble/ILog;
|
|
.locals 2
|
|
|
|
const-class v0, Lcom/ea/nimble/Log;
|
|
|
|
monitor-enter v0
|
|
|
|
:try_start_0
|
|
sget-object v1, Lcom/ea/nimble/Log;->s_instance:Lcom/ea/nimble/ILog;
|
|
|
|
if-nez v1, :cond_0
|
|
|
|
.line 137
|
|
new-instance v1, Lcom/ea/nimble/LogImpl;
|
|
|
|
invoke-direct {v1}, Lcom/ea/nimble/LogImpl;-><init>()V
|
|
|
|
sput-object v1, Lcom/ea/nimble/Log;->s_instance:Lcom/ea/nimble/ILog;
|
|
|
|
goto :goto_0
|
|
|
|
:catchall_0
|
|
move-exception v1
|
|
|
|
goto :goto_1
|
|
|
|
:cond_0
|
|
:goto_0
|
|
sget-object v1, Lcom/ea/nimble/Log;->s_instance:Lcom/ea/nimble/ILog;
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
.line 139
|
|
monitor-exit v0
|
|
|
|
return-object v1
|
|
|
|
:goto_1
|
|
monitor-exit v0
|
|
|
|
throw v1
|
|
.end method
|