-
public interface ACRALogResponsible for providing ACRA classes with a platform neutral way of logging.
One reason for using this mechanism is to allow ACRA classes to use a logging system, but be able to execute in a test environment outside of an Android JVM.
-
-
Method Summary
Modifier and Type Method Description abstract Integerv(String tag, String msg)abstract Integerv(String tag, String msg, Throwable tr)abstract Integerd(String tag, String msg)abstract Integerd(String tag, String msg, Throwable tr)abstract Integeri(String tag, String msg)abstract Integeri(String tag, String msg, Throwable tr)abstract Integerw(String tag, String msg)abstract Integerw(String tag, String msg, Throwable tr)abstract Integerw(String tag, Throwable tr)abstract Integere(String tag, String msg)abstract Integere(String tag, String msg, Throwable tr)abstract StringgetStackTraceString(Throwable tr)-
-
Method Detail
-
getStackTraceString
abstract String getStackTraceString(Throwable tr)
-
-
-
-