tmap/smali_classes3/com/google/common/util/concurrent/UncaughtExceptionHandlers.smali
2022-06-10 21:38:30 +09:00

44 lines
1.1 KiB
Smali

.class public final Lcom/google/common/util/concurrent/UncaughtExceptionHandlers;
.super Ljava/lang/Object;
.source "UncaughtExceptionHandlers.java"
# annotations
.annotation build Lcom/google/common/annotations/GwtIncompatible;
.end annotation
.annotation runtime Lcom/google/common/util/concurrent/ElementTypesAreNonnullByDefault;
.end annotation
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/common/util/concurrent/UncaughtExceptionHandlers$Exiter;
}
.end annotation
# direct methods
.method private constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static systemExit()Ljava/lang/Thread$UncaughtExceptionHandler;
.locals 2
.line 1
new-instance v0, Lcom/google/common/util/concurrent/UncaughtExceptionHandlers$Exiter;
invoke-static {}, Ljava/lang/Runtime;->getRuntime()Ljava/lang/Runtime;
move-result-object v1
invoke-direct {v0, v1}, Lcom/google/common/util/concurrent/UncaughtExceptionHandlers$Exiter;-><init>(Ljava/lang/Runtime;)V
return-object v0
.end method