android.app
Class ApplicationErrorReport.AnrInfo

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

public static class ApplicationErrorReport.AnrInfo
extends Object


Field Summary
 String activity
           
 String cause
           
 String info
           
 
Constructor Summary
ApplicationErrorReport.AnrInfo()
           
ApplicationErrorReport.AnrInfo(Parcel in)
           
 
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

activity

public String activity

cause

public String cause

info

public String info
Constructor Detail

ApplicationErrorReport.AnrInfo

public ApplicationErrorReport.AnrInfo()

ApplicationErrorReport.AnrInfo

public ApplicationErrorReport.AnrInfo(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.