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

85 lines
2.1 KiB
Smali

.class public final Lcom/facebook/bolts/UnobservedErrorNotifier;
.super Ljava/lang/Object;
.source "SourceFile"
# instance fields
.field private task:Lcom/facebook/bolts/Task;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/facebook/bolts/Task<",
"*>;"
}
.end annotation
.end field
# direct methods
.method public constructor <init>(Lcom/facebook/bolts/Task;)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/facebook/bolts/Task<",
"*>;)V"
}
.end annotation
.line 18
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lcom/facebook/bolts/UnobservedErrorNotifier;->task:Lcom/facebook/bolts/Task;
return-void
.end method
# virtual methods
.method public final finalize()V
.locals 4
.annotation build Landroidx/annotation/VisibleForTesting;
otherwise = 0x4
.end annotation
iget-object v0, p0, Lcom/facebook/bolts/UnobservedErrorNotifier;->task:Lcom/facebook/bolts/Task;
if-eqz v0, :cond_1
.line 23
sget-object v1, Lcom/facebook/bolts/Task;->Companion:Lcom/facebook/bolts/Task$Companion;
invoke-virtual {v1}, Lcom/facebook/bolts/Task$Companion;->getUnobservedExceptionHandler()Lcom/facebook/bolts/Task$UnobservedExceptionHandler;
move-result-object v1
if-nez v1, :cond_0
goto :goto_0
.line 24
:cond_0
new-instance v2, Lcom/facebook/bolts/UnobservedTaskException;
invoke-virtual {v0}, Lcom/facebook/bolts/Task;->getError()Ljava/lang/Exception;
move-result-object v3
invoke-direct {v2, v3}, Lcom/facebook/bolts/UnobservedTaskException;-><init>(Ljava/lang/Throwable;)V
invoke-interface {v1, v0, v2}, Lcom/facebook/bolts/Task$UnobservedExceptionHandler;->unobservedException(Lcom/facebook/bolts/Task;Lcom/facebook/bolts/UnobservedTaskException;)V
:cond_1
:goto_0
return-void
.end method
.method public final setObserved()V
.locals 1
const/4 v0, 0x0
iput-object v0, p0, Lcom/facebook/bolts/UnobservedErrorNotifier;->task:Lcom/facebook/bolts/Task;
return-void
.end method