- 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
201 lines
7.1 KiB
Smali
201 lines
7.1 KiB
Smali
.class public final enum Lcom/google/firebase/perf/util/Constants$CounterNames;
|
|
.super Ljava/lang/Enum;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field private static final synthetic $VALUES:[Lcom/google/firebase/perf/util/Constants$CounterNames;
|
|
|
|
.field public static final enum FRAMES_FROZEN:Lcom/google/firebase/perf/util/Constants$CounterNames;
|
|
|
|
.field public static final enum FRAMES_SLOW:Lcom/google/firebase/perf/util/Constants$CounterNames;
|
|
|
|
.field public static final enum FRAMES_TOTAL:Lcom/google/firebase/perf/util/Constants$CounterNames;
|
|
|
|
.field public static final enum NETWORK_TRACE_EVENT_RATE_LIMITED:Lcom/google/firebase/perf/util/Constants$CounterNames;
|
|
|
|
.field public static final enum TRACE_EVENT_RATE_LIMITED:Lcom/google/firebase/perf/util/Constants$CounterNames;
|
|
|
|
.field public static final enum TRACE_STARTED_NOT_STOPPED:Lcom/google/firebase/perf/util/Constants$CounterNames;
|
|
|
|
|
|
# instance fields
|
|
.field private mName:Ljava/lang/String;
|
|
|
|
|
|
# direct methods
|
|
.method private static synthetic $values()[Lcom/google/firebase/perf/util/Constants$CounterNames;
|
|
.locals 6
|
|
|
|
sget-object v0, Lcom/google/firebase/perf/util/Constants$CounterNames;->TRACE_EVENT_RATE_LIMITED:Lcom/google/firebase/perf/util/Constants$CounterNames;
|
|
|
|
sget-object v1, Lcom/google/firebase/perf/util/Constants$CounterNames;->NETWORK_TRACE_EVENT_RATE_LIMITED:Lcom/google/firebase/perf/util/Constants$CounterNames;
|
|
|
|
sget-object v2, Lcom/google/firebase/perf/util/Constants$CounterNames;->TRACE_STARTED_NOT_STOPPED:Lcom/google/firebase/perf/util/Constants$CounterNames;
|
|
|
|
sget-object v3, Lcom/google/firebase/perf/util/Constants$CounterNames;->FRAMES_TOTAL:Lcom/google/firebase/perf/util/Constants$CounterNames;
|
|
|
|
sget-object v4, Lcom/google/firebase/perf/util/Constants$CounterNames;->FRAMES_SLOW:Lcom/google/firebase/perf/util/Constants$CounterNames;
|
|
|
|
sget-object v5, Lcom/google/firebase/perf/util/Constants$CounterNames;->FRAMES_FROZEN:Lcom/google/firebase/perf/util/Constants$CounterNames;
|
|
|
|
filled-new-array/range {v0 .. v5}, [Lcom/google/firebase/perf/util/Constants$CounterNames;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method static constructor <clinit>()V
|
|
.locals 4
|
|
|
|
.line 93
|
|
new-instance v0, Lcom/google/firebase/perf/util/Constants$CounterNames;
|
|
|
|
const/4 v1, 0x0
|
|
|
|
const-string v2, "_fstec"
|
|
|
|
const-string v3, "TRACE_EVENT_RATE_LIMITED"
|
|
|
|
invoke-direct {v0, v3, v1, v2}, Lcom/google/firebase/perf/util/Constants$CounterNames;-><init>(Ljava/lang/String;ILjava/lang/String;)V
|
|
|
|
sput-object v0, Lcom/google/firebase/perf/util/Constants$CounterNames;->TRACE_EVENT_RATE_LIMITED:Lcom/google/firebase/perf/util/Constants$CounterNames;
|
|
|
|
.line 94
|
|
new-instance v0, Lcom/google/firebase/perf/util/Constants$CounterNames;
|
|
|
|
const/4 v1, 0x1
|
|
|
|
const-string v2, "_fsntc"
|
|
|
|
const-string v3, "NETWORK_TRACE_EVENT_RATE_LIMITED"
|
|
|
|
invoke-direct {v0, v3, v1, v2}, Lcom/google/firebase/perf/util/Constants$CounterNames;-><init>(Ljava/lang/String;ILjava/lang/String;)V
|
|
|
|
sput-object v0, Lcom/google/firebase/perf/util/Constants$CounterNames;->NETWORK_TRACE_EVENT_RATE_LIMITED:Lcom/google/firebase/perf/util/Constants$CounterNames;
|
|
|
|
.line 95
|
|
new-instance v0, Lcom/google/firebase/perf/util/Constants$CounterNames;
|
|
|
|
const/4 v1, 0x2
|
|
|
|
const-string v2, "_tsns"
|
|
|
|
const-string v3, "TRACE_STARTED_NOT_STOPPED"
|
|
|
|
invoke-direct {v0, v3, v1, v2}, Lcom/google/firebase/perf/util/Constants$CounterNames;-><init>(Ljava/lang/String;ILjava/lang/String;)V
|
|
|
|
sput-object v0, Lcom/google/firebase/perf/util/Constants$CounterNames;->TRACE_STARTED_NOT_STOPPED:Lcom/google/firebase/perf/util/Constants$CounterNames;
|
|
|
|
.line 96
|
|
new-instance v0, Lcom/google/firebase/perf/util/Constants$CounterNames;
|
|
|
|
const/4 v1, 0x3
|
|
|
|
const-string v2, "_fr_tot"
|
|
|
|
const-string v3, "FRAMES_TOTAL"
|
|
|
|
invoke-direct {v0, v3, v1, v2}, Lcom/google/firebase/perf/util/Constants$CounterNames;-><init>(Ljava/lang/String;ILjava/lang/String;)V
|
|
|
|
sput-object v0, Lcom/google/firebase/perf/util/Constants$CounterNames;->FRAMES_TOTAL:Lcom/google/firebase/perf/util/Constants$CounterNames;
|
|
|
|
.line 97
|
|
new-instance v0, Lcom/google/firebase/perf/util/Constants$CounterNames;
|
|
|
|
const/4 v1, 0x4
|
|
|
|
const-string v2, "_fr_slo"
|
|
|
|
const-string v3, "FRAMES_SLOW"
|
|
|
|
invoke-direct {v0, v3, v1, v2}, Lcom/google/firebase/perf/util/Constants$CounterNames;-><init>(Ljava/lang/String;ILjava/lang/String;)V
|
|
|
|
sput-object v0, Lcom/google/firebase/perf/util/Constants$CounterNames;->FRAMES_SLOW:Lcom/google/firebase/perf/util/Constants$CounterNames;
|
|
|
|
.line 98
|
|
new-instance v0, Lcom/google/firebase/perf/util/Constants$CounterNames;
|
|
|
|
const/4 v1, 0x5
|
|
|
|
const-string v2, "_fr_fzn"
|
|
|
|
const-string v3, "FRAMES_FROZEN"
|
|
|
|
invoke-direct {v0, v3, v1, v2}, Lcom/google/firebase/perf/util/Constants$CounterNames;-><init>(Ljava/lang/String;ILjava/lang/String;)V
|
|
|
|
sput-object v0, Lcom/google/firebase/perf/util/Constants$CounterNames;->FRAMES_FROZEN:Lcom/google/firebase/perf/util/Constants$CounterNames;
|
|
|
|
.line 92
|
|
invoke-static {}, Lcom/google/firebase/perf/util/Constants$CounterNames;->$values()[Lcom/google/firebase/perf/util/Constants$CounterNames;
|
|
|
|
move-result-object v0
|
|
|
|
sput-object v0, Lcom/google/firebase/perf/util/Constants$CounterNames;->$VALUES:[Lcom/google/firebase/perf/util/Constants$CounterNames;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private constructor <init>(Ljava/lang/String;ILjava/lang/String;)V
|
|
.locals 0
|
|
.param p1 # Ljava/lang/String;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Ljava/lang/String;",
|
|
")V"
|
|
}
|
|
.end annotation
|
|
|
|
.line 102
|
|
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
|
|
|
|
iput-object p3, p0, Lcom/google/firebase/perf/util/Constants$CounterNames;->mName:Ljava/lang/String;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static valueOf(Ljava/lang/String;)Lcom/google/firebase/perf/util/Constants$CounterNames;
|
|
.locals 1
|
|
|
|
const-class v0, Lcom/google/firebase/perf/util/Constants$CounterNames;
|
|
|
|
.line 92
|
|
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
|
|
|
|
move-result-object p0
|
|
|
|
check-cast p0, Lcom/google/firebase/perf/util/Constants$CounterNames;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static values()[Lcom/google/firebase/perf/util/Constants$CounterNames;
|
|
.locals 1
|
|
|
|
sget-object v0, Lcom/google/firebase/perf/util/Constants$CounterNames;->$VALUES:[Lcom/google/firebase/perf/util/Constants$CounterNames;
|
|
|
|
.line 92
|
|
invoke-virtual {v0}, [Lcom/google/firebase/perf/util/Constants$CounterNames;->clone()Ljava/lang/Object;
|
|
|
|
move-result-object v0
|
|
|
|
check-cast v0, [Lcom/google/firebase/perf/util/Constants$CounterNames;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public toString()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/google/firebase/perf/util/Constants$CounterNames;->mName:Ljava/lang/String;
|
|
|
|
return-object v0
|
|
.end method
|