apkfuckery/com.discord/smali_classes2/r0/a$a.smali

63 lines
1.2 KiB
Smali
Raw Normal View History

2020-07-08 16:44:49 +00:00
.class public final Lr0/a$a;
2020-05-17 12:40:10 +00:00
.super Ljava/lang/Object;
.source "BackpressureOverflow.java"
# interfaces
2020-07-08 16:44:49 +00:00
.implements Lr0/a$b;
2020-05-17 12:40:10 +00:00
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
2020-07-08 16:44:49 +00:00
value = Lr0/a;
2020-05-17 12:40:10 +00:00
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "a"
.end annotation
# static fields
2020-07-08 16:44:49 +00:00
.field public static final a:Lr0/a$a;
2020-05-17 12:40:10 +00:00
# direct methods
.method public static constructor <clinit>()V
.locals 1
2020-07-08 16:44:49 +00:00
new-instance v0, Lr0/a$a;
2020-05-17 12:40:10 +00:00
2020-07-08 16:44:49 +00:00
invoke-direct {v0}, Lr0/a$a;-><init>()V
2020-05-17 12:40:10 +00:00
2020-07-08 16:44:49 +00:00
sput-object v0, Lr0/a$a;->a:Lr0/a$a;
2020-05-17 12:40:10 +00:00
return-void
.end method
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public a()Z
.locals 2
.annotation system Ldalvik/annotation/Throws;
value = {
2020-07-08 16:44:49 +00:00
Lrx/exceptions/MissingBackpressureException;
2020-05-17 12:40:10 +00:00
}
.end annotation
2020-07-08 16:44:49 +00:00
new-instance v0, Lrx/exceptions/MissingBackpressureException;
2020-05-17 12:40:10 +00:00
const-string v1, "Overflowed buffer"
2020-07-08 16:44:49 +00:00
invoke-direct {v0, v1}, Lrx/exceptions/MissingBackpressureException;-><init>(Ljava/lang/String;)V
2020-05-17 12:40:10 +00:00
throw v0
.end method