Rabbit-R1/android (non root)/smali/smali_classes3/io/sentry/UncaughtExceptionHandler.smali

20 lines
541 B
Smali
Raw Normal View History

2024-05-21 21:08:36 +00:00
.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