Changes of com.discord v1181
This commit is contained in:
parent
f52990c3c2
commit
5a8adcbf82
29917 changed files with 1840412 additions and 1765629 deletions
133
com.discord/smali/bolts/AggregateException.smali
Normal file
133
com.discord/smali/bolts/AggregateException.smali
Normal file
|
@ -0,0 +1,133 @@
|
|||
.class public Lbolts/AggregateException;
|
||||
.super Ljava/lang/Exception;
|
||||
.source "AggregateException.java"
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final serialVersionUID:J = 0x1L
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public innerThrowables:Ljava/util/List;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/util/List<",
|
||||
"Ljava/lang/Throwable;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public printStackTrace(Ljava/io/PrintStream;)V
|
||||
.locals 5
|
||||
|
||||
invoke-super {p0, p1}, Ljava/lang/Exception;->printStackTrace(Ljava/io/PrintStream;)V
|
||||
|
||||
iget-object v0, p0, Lbolts/AggregateException;->innerThrowables:Ljava/util/List;
|
||||
|
||||
invoke-interface {v0}, Ljava/util/List;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
const/4 v1, -0x1
|
||||
|
||||
:goto_0
|
||||
invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z
|
||||
|
||||
move-result v2
|
||||
|
||||
if-eqz v2, :cond_0
|
||||
|
||||
invoke-interface {v0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
||||
|
||||
move-result-object v2
|
||||
|
||||
check-cast v2, Ljava/lang/Throwable;
|
||||
|
||||
const-string v3, "\n"
|
||||
|
||||
invoke-virtual {p1, v3}, Ljava/io/PrintStream;->append(Ljava/lang/CharSequence;)Ljava/io/PrintStream;
|
||||
|
||||
const-string v4, " Inner throwable #"
|
||||
|
||||
invoke-virtual {p1, v4}, Ljava/io/PrintStream;->append(Ljava/lang/CharSequence;)Ljava/io/PrintStream;
|
||||
|
||||
add-int/lit8 v1, v1, 0x1
|
||||
|
||||
invoke-static {v1}, Ljava/lang/Integer;->toString(I)Ljava/lang/String;
|
||||
|
||||
move-result-object v4
|
||||
|
||||
invoke-virtual {p1, v4}, Ljava/io/PrintStream;->append(Ljava/lang/CharSequence;)Ljava/io/PrintStream;
|
||||
|
||||
const-string v4, ": "
|
||||
|
||||
invoke-virtual {p1, v4}, Ljava/io/PrintStream;->append(Ljava/lang/CharSequence;)Ljava/io/PrintStream;
|
||||
|
||||
invoke-virtual {v2, p1}, Ljava/lang/Throwable;->printStackTrace(Ljava/io/PrintStream;)V
|
||||
|
||||
invoke-virtual {p1, v3}, Ljava/io/PrintStream;->append(Ljava/lang/CharSequence;)Ljava/io/PrintStream;
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public printStackTrace(Ljava/io/PrintWriter;)V
|
||||
.locals 5
|
||||
|
||||
invoke-super {p0, p1}, Ljava/lang/Exception;->printStackTrace(Ljava/io/PrintWriter;)V
|
||||
|
||||
iget-object v0, p0, Lbolts/AggregateException;->innerThrowables:Ljava/util/List;
|
||||
|
||||
invoke-interface {v0}, Ljava/util/List;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
const/4 v1, -0x1
|
||||
|
||||
:goto_0
|
||||
invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z
|
||||
|
||||
move-result v2
|
||||
|
||||
if-eqz v2, :cond_0
|
||||
|
||||
invoke-interface {v0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
||||
|
||||
move-result-object v2
|
||||
|
||||
check-cast v2, Ljava/lang/Throwable;
|
||||
|
||||
const-string v3, "\n"
|
||||
|
||||
invoke-virtual {p1, v3}, Ljava/io/PrintWriter;->append(Ljava/lang/CharSequence;)Ljava/io/PrintWriter;
|
||||
|
||||
const-string v4, " Inner throwable #"
|
||||
|
||||
invoke-virtual {p1, v4}, Ljava/io/PrintWriter;->append(Ljava/lang/CharSequence;)Ljava/io/PrintWriter;
|
||||
|
||||
add-int/lit8 v1, v1, 0x1
|
||||
|
||||
invoke-static {v1}, Ljava/lang/Integer;->toString(I)Ljava/lang/String;
|
||||
|
||||
move-result-object v4
|
||||
|
||||
invoke-virtual {p1, v4}, Ljava/io/PrintWriter;->append(Ljava/lang/CharSequence;)Ljava/io/PrintWriter;
|
||||
|
||||
const-string v4, ": "
|
||||
|
||||
invoke-virtual {p1, v4}, Ljava/io/PrintWriter;->append(Ljava/lang/CharSequence;)Ljava/io/PrintWriter;
|
||||
|
||||
invoke-virtual {v2, p1}, Ljava/lang/Throwable;->printStackTrace(Ljava/io/PrintWriter;)V
|
||||
|
||||
invoke-virtual {p1, v3}, Ljava/io/PrintWriter;->append(Ljava/lang/CharSequence;)Ljava/io/PrintWriter;
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
return-void
|
||||
.end method
|
15
com.discord/smali/bolts/ExecutorException.smali
Normal file
15
com.discord/smali/bolts/ExecutorException.smali
Normal file
|
@ -0,0 +1,15 @@
|
|||
.class public Lbolts/ExecutorException;
|
||||
.super Ljava/lang/RuntimeException;
|
||||
.source "ExecutorException.java"
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Ljava/lang/Exception;)V
|
||||
.locals 1
|
||||
|
||||
const-string v0, "An exception was thrown by an Executor"
|
||||
|
||||
invoke-direct {p0, v0, p1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;Ljava/lang/Throwable;)V
|
||||
|
||||
return-void
|
||||
.end method
|
3
com.discord/smali/bolts/UnobservedTaskException.smali
Normal file
3
com.discord/smali/bolts/UnobservedTaskException.smali
Normal file
|
@ -0,0 +1,3 @@
|
|||
.class public Lbolts/UnobservedTaskException;
|
||||
.super Ljava/lang/RuntimeException;
|
||||
.source "UnobservedTaskException.java"
|
Loading…
Add table
Add a link
Reference in a new issue