Files
rr3-apk/smali_classes3/com/google/firebase/perf/config/ConfigurationConstants$CollectionEnabled.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

80 lines
2.1 KiB
Smali

.class public final Lcom/google/firebase/perf/config/ConfigurationConstants$CollectionEnabled;
.super Lcom/google/firebase/perf/config/ConfigurationFlag;
.source "SourceFile"
# static fields
.field public static instance:Lcom/google/firebase/perf/config/ConfigurationConstants$CollectionEnabled;
# direct methods
.method public constructor <init>()V
.locals 0
.line 55
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$CollectionEnabled;
.locals 2
const-class v0, Lcom/google/firebase/perf/config/ConfigurationConstants$CollectionEnabled;
monitor-enter v0
:try_start_0
sget-object v1, Lcom/google/firebase/perf/config/ConfigurationConstants$CollectionEnabled;->instance:Lcom/google/firebase/perf/config/ConfigurationConstants$CollectionEnabled;
if-nez v1, :cond_0
.line 60
new-instance v1, Lcom/google/firebase/perf/config/ConfigurationConstants$CollectionEnabled;
invoke-direct {v1}, Lcom/google/firebase/perf/config/ConfigurationConstants$CollectionEnabled;-><init>()V
sput-object v1, Lcom/google/firebase/perf/config/ConfigurationConstants$CollectionEnabled;->instance:Lcom/google/firebase/perf/config/ConfigurationConstants$CollectionEnabled;
goto :goto_0
:catchall_0
move-exception v1
goto :goto_1
:cond_0
:goto_0
sget-object v1, Lcom/google/firebase/perf/config/ConfigurationConstants$CollectionEnabled;->instance:Lcom/google/firebase/perf/config/ConfigurationConstants$CollectionEnabled;
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
.line 62
monitor-exit v0
return-object v1
:goto_1
monitor-exit v0
throw v1
.end method
# virtual methods
.method public getDeviceCacheFlag()Ljava/lang/String;
.locals 1
const-string v0, "isEnabled"
return-object v0
.end method
.method public getMetadataFlag()Ljava/lang/String;
.locals 1
const-string v0, "firebase_performance_collection_enabled"
return-object v0
.end method