Rabbit-R1/android (non root)/smali/smali_classes3/com/google/common/io/Flushables.smali

110 lines
2.6 KiB
Smali
Raw Normal View History

2024-05-21 21:08:36 +00:00
.class public final Lcom/google/common/io/Flushables;
.super Ljava/lang/Object;
.source "Flushables.java"
# annotations
.annotation runtime Lcom/google/common/io/ElementTypesAreNonnullByDefault;
.end annotation
# static fields
.field private static final logger:Ljava/util/logging/Logger;
# direct methods
.method static constructor <clinit>()V
.locals 1
const-class v0, Lcom/google/common/io/Flushables;
.line 34
invoke-virtual {v0}, Ljava/lang/Class;->getName()Ljava/lang/String;
move-result-object v0
invoke-static {v0}, Ljava/util/logging/Logger;->getLogger(Ljava/lang/String;)Ljava/util/logging/Logger;
move-result-object v0
sput-object v0, Lcom/google/common/io/Flushables;->logger:Ljava/util/logging/Logger;
return-void
.end method
.method private constructor <init>()V
.locals 0
.line 36
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static flush(Ljava/io/Flushable;Z)V
.locals 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 53
:try_start_0
invoke-interface {p0}, Ljava/io/Flushable;->flush()V
:try_end_0
.catch Ljava/io/IOException; {:try_start_0 .. :try_end_0} :catch_0
goto :goto_0
:catch_0
move-exception p0
if-eqz p1, :cond_0
sget-object p1, Lcom/google/common/io/Flushables;->logger:Ljava/util/logging/Logger;
.line 56
sget-object v0, Ljava/util/logging/Level;->WARNING:Ljava/util/logging/Level;
const-string v1, "IOException thrown while flushing Flushable."
invoke-virtual {p1, v0, v1, p0}, Ljava/util/logging/Logger;->log(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;)V
:goto_0
return-void
.line 58
:cond_0
throw p0
.end method
.method public static flushQuietly(Ljava/io/Flushable;)V
.locals 3
const/4 v0, 0x1
.line 71
:try_start_0
invoke-static {p0, v0}, Lcom/google/common/io/Flushables;->flush(Ljava/io/Flushable;Z)V
:try_end_0
.catch Ljava/io/IOException; {:try_start_0 .. :try_end_0} :catch_0
goto :goto_0
:catch_0
move-exception p0
sget-object v0, Lcom/google/common/io/Flushables;->logger:Ljava/util/logging/Logger;
.line 73
sget-object v1, Ljava/util/logging/Level;->SEVERE:Ljava/util/logging/Level;
const-string v2, "IOException should not have been thrown."
invoke-virtual {v0, v1, v2, p0}, Ljava/util/logging/Logger;->log(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;)V
:goto_0
return-void
.end method