IMyCrashHandler.smali

.class public interface abstract Lcom/cm/plugincluster/common/interfaces/IMyCrashHandler;
.super Ljava/lang/Object;
.source "IMyCrashHandler.java"


# virtual methods
.method public abstract getAppAnrPath()Ljava/lang/String;
.end method

.method public abstract getHeadCommonsInfo()Ljava/lang/String;
.end method

.method public abstract getMiniDumpPath()Ljava/lang/String;
.end method

.method public abstract nativeCrashedHandler()V
.end method

.method public abstract recordCustomException(Ljava/lang/String;Ljava/lang/Throwable;)V
.end method

.method public abstract reportAllStackCurrentProcess(Ljava/lang/String;J)V
.end method

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

.method public abstract startUploadDumpFiles()V
.end method

.method public abstract throwOne(Ljava/lang/Throwable;)V
.end method

.method public abstract throwOne(Ljava/lang/Throwable;Z)V
.end method

.method public abstract uncaughtException(Ljava/lang/Thread;Ljava/lang/Throwable;)V
.end method