JunkCustomCrashReporter.smali

.class public Lcom/cleanmaster/crash/JunkCustomCrashReporter;
.super Ljava/lang/Object;
.source "JunkCustomCrashReporter.java"


# static fields
.field private static sCustomCrashReporter:Lcom/cleanmaster/crash/ICustomCrashReporter;


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

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

    return-void
.end method

.method public static reportCrash(Ljava/lang/String;Ljava/lang/Throwable;)V
    .registers 3

    .prologue
    .line 14
    sget-object v0, Lcom/cleanmaster/crash/JunkCustomCrashReporter;->sCustomCrashReporter:Lcom/cleanmaster/crash/ICustomCrashReporter;

    if-eqz v0, :cond_9

    .line 15
    sget-object v0, Lcom/cleanmaster/crash/JunkCustomCrashReporter;->sCustomCrashReporter:Lcom/cleanmaster/crash/ICustomCrashReporter;

    invoke-interface {v0, p0, p1}, Lcom/cleanmaster/crash/ICustomCrashReporter;->reportCrash(Ljava/lang/String;Ljava/lang/Throwable;)V

    .line 17
    :cond_9
    return-void
.end method

.method public static setCustomCrashReporter(Lcom/cleanmaster/crash/ICustomCrashReporter;)V
    .registers 1

    .prologue
    .line 10
    sput-object p0, Lcom/cleanmaster/crash/JunkCustomCrashReporter;->sCustomCrashReporter:Lcom/cleanmaster/crash/ICustomCrashReporter;

    .line 11
    return-void
.end method