Rabbit-R1/switch port/smali/smali_classes3/io/sentry/UncaughtExceptionHandler.smali
2024-05-21 17:08:36 -04:00

19 lines
541 B
Smali

.class interface abstract Lio/sentry/UncaughtExceptionHandler;
.super Ljava/lang/Object;
.source "UncaughtExceptionHandler.java"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lio/sentry/UncaughtExceptionHandler$Adapter;
}
.end annotation
# virtual methods
.method public abstract getDefaultUncaughtExceptionHandler()Ljava/lang/Thread$UncaughtExceptionHandler;
.end method
.method public abstract setDefaultUncaughtExceptionHandler(Ljava/lang/Thread$UncaughtExceptionHandler;)V
.end method