public static class ApplicationErrorReport.CrashInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
exceptionClassName |
String |
exceptionMessage |
String |
stackTrace |
String |
throwClassName |
String |
throwFileName |
int |
throwLineNumber |
String |
throwMethodName |
| Constructor and Description |
|---|
ApplicationErrorReport.CrashInfo() |
ApplicationErrorReport.CrashInfo(Parcel in) |
ApplicationErrorReport.CrashInfo(Throwable tr) |
public String exceptionClassName
public String exceptionMessage
public String throwFileName
public String throwClassName
public String throwMethodName
public int throwLineNumber
public String stackTrace
Copyright © 2008-2013. All Rights Reserved.