android.app
Class ApplicationErrorReport.CrashInfo
java.lang.Object
android.app.ApplicationErrorReport.CrashInfo
- Enclosing class:
- ApplicationErrorReport
public static class ApplicationErrorReport.CrashInfo
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
exceptionClassName
public String exceptionClassName
exceptionMessage
public String exceptionMessage
throwFileName
public String throwFileName
throwClassName
public String throwClassName
throwMethodName
public String throwMethodName
throwLineNumber
public int throwLineNumber
stackTrace
public String stackTrace
ApplicationErrorReport.CrashInfo
public ApplicationErrorReport.CrashInfo()
ApplicationErrorReport.CrashInfo
public ApplicationErrorReport.CrashInfo(Throwable tr)
ApplicationErrorReport.CrashInfo
public ApplicationErrorReport.CrashInfo(Parcel in)
writeToParcel
public void writeToParcel(Parcel dest,
int flags)
dump
public void dump(Printer pw,
String prefix)
Copyright © 2008-2012. All Rights Reserved.