- 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
85 lines
1.7 KiB
Smali
85 lines
1.7 KiB
Smali
.class Lcom/glu/plugins/gluanalytics/GluPerformance$PerfSample;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/glu/plugins/gluanalytics/GluPerformance;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = "PerfSample"
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field endMemory:D
|
|
|
|
.field isPaused:Z
|
|
|
|
.field isSuspended:Z
|
|
|
|
.field lastFPS:D
|
|
|
|
.field maxFPS:D
|
|
|
|
.field maxMemory:D
|
|
|
|
.field minFPS:D
|
|
|
|
.field pausedTimeTotal:D
|
|
|
|
.field placement:Ljava/lang/String;
|
|
|
|
.field preInitTime:D
|
|
|
|
.field sampleCount:J
|
|
|
|
.field startMemory:D
|
|
|
|
.field startPausedTimeStamp:D
|
|
|
|
.field startTimeStamp:D
|
|
|
|
.field final synthetic this$0:Lcom/glu/plugins/gluanalytics/GluPerformance;
|
|
|
|
.field totalFPS:D
|
|
|
|
.field totalMemory:D
|
|
|
|
.field type:I
|
|
|
|
.field userData:Ljava/util/Map;
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Ljava/util/Map<",
|
|
"Ljava/lang/String;",
|
|
"*>;"
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
|
|
# direct methods
|
|
.method private constructor <init>(Lcom/glu/plugins/gluanalytics/GluPerformance;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/glu/plugins/gluanalytics/GluPerformance$PerfSample;->this$0:Lcom/glu/plugins/gluanalytics/GluPerformance;
|
|
|
|
.line 454
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public synthetic constructor <init>(Lcom/glu/plugins/gluanalytics/GluPerformance;Lcom/glu/plugins/gluanalytics/GluPerformance$1;)V
|
|
.locals 0
|
|
|
|
.line 454
|
|
invoke-direct {p0, p1}, Lcom/glu/plugins/gluanalytics/GluPerformance$PerfSample;-><init>(Lcom/glu/plugins/gluanalytics/GluPerformance;)V
|
|
|
|
return-void
|
|
.end method
|