MyCrashHandlerHostProxy.smali

.class public Lcom/cm/plugincluster/crash/MyCrashHandlerHostProxy;
.super Ljava/lang/Object;
.source "MyCrashHandlerHostProxy.java"

# interfaces
.implements Lcom/cm/plugincluster/common/interfaces/IMyCrashHandler;


# static fields
.field private static sInstance:Lcom/cm/plugincluster/common/ModuleInterface;
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "Lcom/cm/plugincluster/common/ModuleInterface",
            "<",
            "Lcom/cm/plugincluster/common/interfaces/IMyCrashHandler;",
            ">;"
        }
    .end annotation
.end field


# direct methods
.method static constructor <clinit>()V
    .registers 3

    .prologue
    .line 15
    new-instance v0, Lcom/cm/plugincluster/common/ModuleInterface;

    const v1, 0x100081

    new-instance v2, Lcom/cm/plugincluster/crash/MyCrashHandlerHostProxy;

    invoke-direct {v2}, Lcom/cm/plugincluster/crash/MyCrashHandlerHostProxy;-><init>()V

    invoke-direct {v0, v1, v2}, Lcom/cm/plugincluster/common/ModuleInterface;-><init>(ILjava/lang/Object;)V

    sput-object v0, Lcom/cm/plugincluster/crash/MyCrashHandlerHostProxy;->sInstance:Lcom/cm/plugincluster/common/ModuleInterface;

    return-void
.end method

.method private constructor <init>()V
    .registers 1

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

    .line 20
    return-void
.end method

.method public static getInstance()Lcom/cm/plugincluster/common/interfaces/IMyCrashHandler;
    .registers 1

    .prologue
    .line 23
    sget-object v0, Lcom/cm/plugincluster/crash/MyCrashHandlerHostProxy;->sInstance:Lcom/cm/plugincluster/common/ModuleInterface;

    invoke-virtual {v0}, Lcom/cm/plugincluster/common/ModuleInterface;->getInterfaceImpl()Ljava/lang/Object;

    move-result-object v0

    check-cast v0, Lcom/cm/plugincluster/common/interfaces/IMyCrashHandler;

    return-object v0
.end method


# virtual methods
.method public getAppAnrPath()Ljava/lang/String;
    .registers 2

    .prologue
    .line 28
    const/4 v0, 0x0

    return-object v0
.end method

.method public getHeadCommonsInfo()Ljava/lang/String;
    .registers 2

    .prologue
    .line 33
    const/4 v0, 0x0

    return-object v0
.end method

.method public getMiniDumpPath()Ljava/lang/String;
    .registers 2

    .prologue
    .line 38
    const/4 v0, 0x0

    return-object v0
.end method

.method public nativeCrashedHandler()V
    .registers 1

    .prologue
    .line 54
    return-void
.end method

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

    .prologue
    .line 64
    return-void
.end method

.method public reportAllStackCurrentProcess(Ljava/lang/String;J)V
    .registers 4

    .prologue
    .line 74
    return-void
.end method

.method public reportTraces(Lcom/cm/plugincluster/common/watcher/AppStats;JJF)V
    .registers 7

    .prologue
    .line 69
    return-void
.end method

.method public startUploadDumpFiles()V
    .registers 1

    .prologue
    .line 59
    return-void
.end method

.method public throwOne(Ljava/lang/Throwable;)V
    .registers 2

    .prologue
    .line 44
    return-void
.end method

.method public throwOne(Ljava/lang/Throwable;Z)V
    .registers 3

    .prologue
    .line 49
    return-void
.end method

.method public uncaughtException(Ljava/lang/Thread;Ljava/lang/Throwable;)V
    .registers 3

    .prologue
    .line 79
    return-void
.end method