Files
rr3-apk/smali_classes3/com/google/zxing/ReaderException.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

67 lines
1.2 KiB
Smali

.class public abstract Lcom/google/zxing/ReaderException;
.super Ljava/lang/Exception;
.source "SourceFile"
# static fields
.field public static final NO_TRACE:[Ljava/lang/StackTraceElement;
.field public static final isStackTrace:Z
# direct methods
.method static constructor <clinit>()V
.locals 2
const-string v0, "surefire.test.class.path"
.line 30
invoke-static {v0}, Ljava/lang/System;->getProperty(Ljava/lang/String;)Ljava/lang/String;
move-result-object v0
const/4 v1, 0x0
if-eqz v0, :cond_0
const/4 v0, 0x1
goto :goto_0
:cond_0
move v0, v1
:goto_0
sput-boolean v0, Lcom/google/zxing/ReaderException;->isStackTrace:Z
new-array v0, v1, [Ljava/lang/StackTraceElement;
sput-object v0, Lcom/google/zxing/ReaderException;->NO_TRACE:[Ljava/lang/StackTraceElement;
return-void
.end method
.method public constructor <init>()V
.locals 0
.line 33
invoke-direct {p0}, Ljava/lang/Exception;-><init>()V
return-void
.end method
# virtual methods
.method public final declared-synchronized fillInStackTrace()Ljava/lang/Throwable;
.locals 1
monitor-enter p0
.line 44
monitor-exit p0
const/4 v0, 0x0
return-object v0
.end method