Files
rr3-apk/smali/androidx/webkit/TracingConfig.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

132 lines
3.2 KiB
Smali

.class public Landroidx/webkit/TracingConfig;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Landroidx/webkit/TracingConfig$Builder;,
Landroidx/webkit/TracingConfig$TracingMode;,
Landroidx/webkit/TracingConfig$PredefinedCategories;
}
.end annotation
# static fields
.field public static final CATEGORIES_ALL:I = 0x1
.field public static final CATEGORIES_ANDROID_WEBVIEW:I = 0x2
.field public static final CATEGORIES_FRAME_VIEWER:I = 0x40
.field public static final CATEGORIES_INPUT_LATENCY:I = 0x8
.field public static final CATEGORIES_JAVASCRIPT_AND_RENDERING:I = 0x20
.field public static final CATEGORIES_NONE:I = 0x0
.field public static final CATEGORIES_RENDERING:I = 0x10
.field public static final CATEGORIES_WEB_DEVELOPER:I = 0x4
.field public static final RECORD_CONTINUOUSLY:I = 0x1
.field public static final RECORD_UNTIL_FULL:I
# instance fields
.field private final mCustomIncludedCategories:Ljava/util/List;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/List<",
"Ljava/lang/String;",
">;"
}
.end annotation
.end field
.field private mPredefinedCategories:I
.field private mTracingMode:I
# direct methods
.method public constructor <init>(ILjava/util/List;I)V
.locals 1
.param p2 # Ljava/util/List;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/RestrictTo;
value = {
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY:Landroidx/annotation/RestrictTo$Scope;
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(I",
"Ljava/util/List<",
"Ljava/lang/String;",
">;I)V"
}
.end annotation
.line 127
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 121
new-instance v0, Ljava/util/ArrayList;
invoke-direct {v0}, Ljava/util/ArrayList;-><init>()V
iput-object v0, p0, Landroidx/webkit/TracingConfig;->mCustomIncludedCategories:Ljava/util/List;
iput p1, p0, Landroidx/webkit/TracingConfig;->mPredefinedCategories:I
.line 129
invoke-interface {v0, p2}, Ljava/util/List;->addAll(Ljava/util/Collection;)Z
iput p3, p0, Landroidx/webkit/TracingConfig;->mTracingMode:I
return-void
.end method
# virtual methods
.method public getCustomIncludedCategories()Ljava/util/List;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/List<",
"Ljava/lang/String;",
">;"
}
.end annotation
iget-object v0, p0, Landroidx/webkit/TracingConfig;->mCustomIncludedCategories:Ljava/util/List;
return-object v0
.end method
.method public getPredefinedCategories()I
.locals 1
iget v0, p0, Landroidx/webkit/TracingConfig;->mPredefinedCategories:I
return v0
.end method
.method public getTracingMode()I
.locals 1
iget v0, p0, Landroidx/webkit/TracingConfig;->mTracingMode:I
return v0
.end method