android.app
Class ApplicationErrorReport.CrashInfo

java.lang.Object
  extended by android.app.ApplicationErrorReport.CrashInfo
Enclosing class:
ApplicationErrorReport

public static class ApplicationErrorReport.CrashInfo
extends Object


Field Summary
 String exceptionClassName
           
 String exceptionMessage
           
 String stackTrace
           
 String throwClassName
           
 String throwFileName
           
 int throwLineNumber
           
 String throwMethodName
           
 
Constructor Summary
ApplicationErrorReport.CrashInfo()
           
ApplicationErrorReport.CrashInfo(Parcel in)
           
ApplicationErrorReport.CrashInfo(Throwable tr)
           
 
Method Summary
 void dump(Printer pw, String prefix)
           
 void writeToParcel(Parcel dest, int flags)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ApplicationErrorReport.CrashInfo

public ApplicationErrorReport.CrashInfo()

ApplicationErrorReport.CrashInfo

public ApplicationErrorReport.CrashInfo(Throwable tr)

ApplicationErrorReport.CrashInfo

public ApplicationErrorReport.CrashInfo(Parcel in)
Method Detail

writeToParcel

public void writeToParcel(Parcel dest,
                          int flags)

dump

public void dump(Printer pw,
                 String prefix)


Copyright © 2008-2012. All Rights Reserved.