- 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
145 lines
3.8 KiB
Smali
145 lines
3.8 KiB
Smali
.class public final Lcom/google/firebase/perf/config/ConfigurationConstants$LogSourceName;
|
|
.super Lcom/google/firebase/perf/config/ConfigurationFlag;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field public static final LOG_SOURCE_MAP:Ljava/util/Map;
|
|
|
|
.field public static instance:Lcom/google/firebase/perf/config/ConfigurationConstants$LogSourceName;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 1
|
|
|
|
.line 611
|
|
new-instance v0, Lcom/google/firebase/perf/config/ConfigurationConstants$LogSourceName$1;
|
|
|
|
invoke-direct {v0}, Lcom/google/firebase/perf/config/ConfigurationConstants$LogSourceName$1;-><init>()V
|
|
|
|
.line 612
|
|
invoke-static {v0}, Ljava/util/Collections;->unmodifiableMap(Ljava/util/Map;)Ljava/util/Map;
|
|
|
|
move-result-object v0
|
|
|
|
sput-object v0, Lcom/google/firebase/perf/config/ConfigurationConstants$LogSourceName;->LOG_SOURCE_MAP:Ljava/util/Map;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 623
|
|
invoke-direct {p0}, Lcom/google/firebase/perf/config/ConfigurationFlag;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static declared-synchronized getInstance()Lcom/google/firebase/perf/config/ConfigurationConstants$LogSourceName;
|
|
.locals 2
|
|
|
|
const-class v0, Lcom/google/firebase/perf/config/ConfigurationConstants$LogSourceName;
|
|
|
|
monitor-enter v0
|
|
|
|
:try_start_0
|
|
sget-object v1, Lcom/google/firebase/perf/config/ConfigurationConstants$LogSourceName;->instance:Lcom/google/firebase/perf/config/ConfigurationConstants$LogSourceName;
|
|
|
|
if-nez v1, :cond_0
|
|
|
|
.line 628
|
|
new-instance v1, Lcom/google/firebase/perf/config/ConfigurationConstants$LogSourceName;
|
|
|
|
invoke-direct {v1}, Lcom/google/firebase/perf/config/ConfigurationConstants$LogSourceName;-><init>()V
|
|
|
|
sput-object v1, Lcom/google/firebase/perf/config/ConfigurationConstants$LogSourceName;->instance:Lcom/google/firebase/perf/config/ConfigurationConstants$LogSourceName;
|
|
|
|
goto :goto_0
|
|
|
|
:catchall_0
|
|
move-exception v1
|
|
|
|
goto :goto_1
|
|
|
|
:cond_0
|
|
:goto_0
|
|
sget-object v1, Lcom/google/firebase/perf/config/ConfigurationConstants$LogSourceName;->instance:Lcom/google/firebase/perf/config/ConfigurationConstants$LogSourceName;
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
.line 630
|
|
monitor-exit v0
|
|
|
|
return-object v1
|
|
|
|
:goto_1
|
|
monitor-exit v0
|
|
|
|
throw v1
|
|
.end method
|
|
|
|
.method public static getLogSourceName(J)Ljava/lang/String;
|
|
.locals 1
|
|
|
|
sget-object v0, Lcom/google/firebase/perf/config/ConfigurationConstants$LogSourceName;->LOG_SOURCE_MAP:Ljava/util/Map;
|
|
|
|
.line 634
|
|
invoke-static {p0, p1}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
|
|
|
|
move-result-object p0
|
|
|
|
invoke-interface {v0, p0}, Ljava/util/Map;->get(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
move-result-object p0
|
|
|
|
check-cast p0, Ljava/lang/String;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static isLogSourceKnown(J)Z
|
|
.locals 1
|
|
|
|
sget-object v0, Lcom/google/firebase/perf/config/ConfigurationConstants$LogSourceName;->LOG_SOURCE_MAP:Ljava/util/Map;
|
|
|
|
.line 638
|
|
invoke-static {p0, p1}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
|
|
|
|
move-result-object p0
|
|
|
|
invoke-interface {v0, p0}, Ljava/util/Map;->containsKey(Ljava/lang/Object;)Z
|
|
|
|
move-result p0
|
|
|
|
return p0
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public getDefault()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
.line 643
|
|
sget-object v0, Lcom/google/firebase/perf/BuildConfig;->TRANSPORT_LOG_SRC:Ljava/lang/String;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getDeviceCacheFlag()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
const-string v0, "com.google.firebase.perf.LogSourceName"
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getRemoteConfigFlag()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
const-string v0, "fpr_log_source"
|
|
|
|
return-object v0
|
|
.end method
|