android.app
Class ActivityManager.ProcessErrorStateInfo

java.lang.Object
  extended by android.app.ActivityManager.ProcessErrorStateInfo
All Implemented Interfaces:
Parcelable
Enclosing class:
ActivityManager

public static class ActivityManager.ProcessErrorStateInfo
extends Object
implements Parcelable


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
 
Field Summary
 int condition
           
 byte[] crashData
           
static int CRASHED
           
static Parcelable.Creator<ActivityManager.ProcessErrorStateInfo> CREATOR
           
 String longMsg
           
static int NO_ERROR
           
static int NOT_RESPONDING
           
 int pid
           
 String processName
           
 String shortMsg
           
 String stackTrace
           
 String tag
           
 int uid
           
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Constructor Summary
ActivityManager.ProcessErrorStateInfo()
           
 
Method Summary
 int describeContents()
           
 void readFromParcel(Parcel source)
           
 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

NO_ERROR

public static final int NO_ERROR
See Also:
Constant Field Values

CRASHED

public static final int CRASHED
See Also:
Constant Field Values

NOT_RESPONDING

public static final int NOT_RESPONDING
See Also:
Constant Field Values

condition

public int condition

processName

public String processName

pid

public int pid

uid

public int uid

tag

public String tag

shortMsg

public String shortMsg

longMsg

public String longMsg

stackTrace

public String stackTrace

crashData

public byte[] crashData

CREATOR

public static final Parcelable.Creator<ActivityManager.ProcessErrorStateInfo> CREATOR
Constructor Detail

ActivityManager.ProcessErrorStateInfo

public ActivityManager.ProcessErrorStateInfo()
Method Detail

describeContents

public int describeContents()
Specified by:
describeContents in interface Parcelable

writeToParcel

public void writeToParcel(Parcel dest,
                          int flags)
Specified by:
writeToParcel in interface Parcelable

readFromParcel

public void readFromParcel(Parcel source)


Copyright © 2008-2012. All Rights Reserved.