KSupportCrashHandler$1.smali

.class final Lcom/cmcm/support/KSupportCrashHandler$1;
.super Ljava/lang/Object;
.source "KSupportCrashHandler.java"

# interfaces
.implements Lcom/cmcm/support/KSupportCrashHandler$CrashHandler;


# direct methods
.method constructor <init>()V
    .registers 1

    .prologue
    .line 10
    invoke-direct {p0}, Ljava/lang/Object;-><init>()V

    return-void
.end method


# virtual methods
.method public onNativeCrashed()V
    .registers 3

    .prologue
    .line 14
    new-instance v0, Ljava/lang/RuntimeException;

    const-string v1, "crashed here (native trace should follow after the Java trace)"

    invoke-direct {v0, v1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V

    .line 15
    invoke-virtual {v0}, Ljava/lang/RuntimeException;->printStackTrace()V

    .line 17
    const-wide/16 v0, 0x7d0

    :try_start_c
    invoke-static {v0, v1}, Ljava/lang/Thread;->sleep(J)V
    :try_end_f
    .catch Ljava/lang/InterruptedException; {:try_start_c .. :try_end_f} :catch_10

    .line 19
    :goto_f
    return-void

    .line 18
    :catch_10
    move-exception v0

    goto :goto_f
.end method