Files
rr3-apk/smali_classes2/com/facebook/FacebookException.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

190 lines
4.6 KiB
Smali

.class public Lcom/facebook/FacebookException;
.super Ljava/lang/RuntimeException;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/facebook/FacebookException$Companion;
}
.end annotation
# static fields
.field public static final Companion:Lcom/facebook/FacebookException$Companion;
.field public static final serialVersionUID:J = 0x1L
# direct methods
.method public static synthetic $r8$lambda$hpwz3MR7nO3VJejRxF4PsX2rBR8(Ljava/lang/String;Z)V
.locals 0
.line 0
invoke-static {p0, p1}, Lcom/facebook/FacebookException;->_init_$lambda-0(Ljava/lang/String;Z)V
return-void
.end method
.method static constructor <clinit>()V
.locals 2
new-instance v0, Lcom/facebook/FacebookException$Companion;
const/4 v1, 0x0
invoke-direct {v0, v1}, Lcom/facebook/FacebookException$Companion;-><init>(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
sput-object v0, Lcom/facebook/FacebookException;->Companion:Lcom/facebook/FacebookException$Companion;
return-void
.end method
.method public constructor <init>()V
.locals 0
.line 19
invoke-direct {p0}, Ljava/lang/RuntimeException;-><init>()V
return-void
.end method
.method public constructor <init>(Ljava/lang/String;)V
.locals 2
.line 26
invoke-direct {p0, p1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
.line 27
new-instance v0, Ljava/util/Random;
invoke-direct {v0}, Ljava/util/Random;-><init>()V
if-eqz p1, :cond_0
.line 28
invoke-static {}, Lcom/facebook/FacebookSdk;->isInitialized()Z
move-result v1
if-eqz v1, :cond_0
const/16 v1, 0x64
invoke-virtual {v0, v1}, Ljava/util/Random;->nextInt(I)I
move-result v0
const/16 v1, 0x32
if-le v0, v1, :cond_0
.line 29
sget-object v0, Lcom/facebook/internal/FeatureManager;->INSTANCE:Lcom/facebook/internal/FeatureManager;
sget-object v0, Lcom/facebook/internal/FeatureManager$Feature;->ErrorReport:Lcom/facebook/internal/FeatureManager$Feature;
new-instance v1, Lcom/facebook/FacebookException$$ExternalSyntheticLambda0;
invoke-direct {v1, p1}, Lcom/facebook/FacebookException$$ExternalSyntheticLambda0;-><init>(Ljava/lang/String;)V
invoke-static {v0, v1}, Lcom/facebook/internal/FeatureManager;->checkFeature(Lcom/facebook/internal/FeatureManager$Feature;Lcom/facebook/internal/FeatureManager$Callback;)V
:cond_0
return-void
.end method
.method public constructor <init>(Ljava/lang/String;Ljava/lang/Throwable;)V
.locals 0
.line 55
invoke-direct {p0, p1, p2}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;Ljava/lang/Throwable;)V
return-void
.end method
.method public varargs constructor <init>(Ljava/lang/String;[Ljava/lang/Object;)V
.locals 1
const-string v0, "args"
invoke-static {p2, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
if-nez p1, :cond_0
const/4 p1, 0x0
goto :goto_0
.line 47
:cond_0
array-length v0, p2
invoke-static {p2, v0}, Ljava/util/Arrays;->copyOf([Ljava/lang/Object;I)[Ljava/lang/Object;
move-result-object p2
array-length v0, p2
invoke-static {p2, v0}, Ljava/util/Arrays;->copyOf([Ljava/lang/Object;I)[Ljava/lang/Object;
move-result-object p2
invoke-static {p1, p2}, Ljava/lang/String;->format(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
move-result-object p1
const-string p2, "java.lang.String.format(this, *args)"
invoke-static {p1, p2}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullExpressionValue(Ljava/lang/Object;Ljava/lang/String;)V
:goto_0
invoke-direct {p0, p1}, Lcom/facebook/FacebookException;-><init>(Ljava/lang/String;)V
return-void
.end method
.method public constructor <init>(Ljava/lang/Throwable;)V
.locals 0
.line 62
invoke-direct {p0, p1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/Throwable;)V
return-void
.end method
.method private static final _init_$lambda-0(Ljava/lang/String;Z)V
.locals 0
if-eqz p1, :cond_0
.line 32
:try_start_0
invoke-static {p0}, Lcom/facebook/internal/instrument/errorreport/ErrorReportHandler;->save(Ljava/lang/String;)V
:try_end_0
.catch Ljava/lang/Exception; {:try_start_0 .. :try_end_0} :catch_0
:catch_0
:cond_0
return-void
.end method
# virtual methods
.method public toString()Ljava/lang/String;
.locals 1
.line 67
invoke-virtual {p0}, Ljava/lang/Throwable;->getMessage()Ljava/lang/String;
move-result-object v0
if-nez v0, :cond_0
const-string v0, ""
:cond_0
return-object v0
.end method