|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.app.ActivityManager.ProcessErrorStateInfo
public static class ActivityManager.ProcessErrorStateInfo
Information you can retrieve about any processes that are in an error condition.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface android.os.Parcelable |
|---|
Parcelable.Creator<T> |
| Field Summary | |
|---|---|
int |
condition
The condition that the process is in. |
byte[] |
crashData
Raw data about the crash (typically a stack trace). |
static int |
CRASHED
|
static Parcelable.Creator<ActivityManager.ProcessErrorStateInfo> |
CREATOR
|
String |
longMsg
A long message describing the error condition. |
static int |
NO_ERROR
Condition codes |
static int |
NOT_RESPONDING
|
int |
pid
The pid of this process; 0 if none |
String |
processName
The process name in which the crash or error occurred. |
String |
shortMsg
A short message describing the error condition. |
String |
tag
The tag that was provided when the process crashed. |
int |
uid
The kernel user-ID that has been assigned to this process; currently this is not a unique ID (multiple applications can have the same uid). |
| Fields inherited from interface android.os.Parcelable |
|---|
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE |
| Constructor Summary | |
|---|---|
ActivityManager.ProcessErrorStateInfo()
|
|
| Method Summary | |
|---|---|
int |
describeContents()
Describe the kinds of special objects contained in this Parcelable's marshalled representation. |
void |
readFromParcel(Parcel source)
|
void |
writeToParcel(Parcel dest,
int flags)
Flatten this object in to a Parcel. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int NO_ERROR
public static final int CRASHED
public static final int NOT_RESPONDING
public int condition
public String processName
public int pid
public int uid
public String tag
public String shortMsg
public String longMsg
public byte[] crashData
public static final Parcelable.Creator<ActivityManager.ProcessErrorStateInfo> CREATOR
| Constructor Detail |
|---|
public ActivityManager.ProcessErrorStateInfo()
| Method Detail |
|---|
public int describeContents()
Parcelable
describeContents in interface Parcelable
public void writeToParcel(Parcel dest,
int flags)
Parcelable
writeToParcel in interface Parcelabledest - The Parcel in which the object should be written.flags - Additional flags about how the object should be written.
May be 0 or Parcelable.PARCELABLE_WRITE_RETURN_VALUE.public void readFromParcel(Parcel source)
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||