java.lang.Object | |
↳ | android.app.ActivityManager.ProcessErrorStateInfo |
Information you can retrieve about any processes that are in an error condition.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | CRASHED | ||||||||||
int | NOT_RESPONDING | ||||||||||
int | NO_ERROR | Condition codes |
[Expand]
Inherited Constants
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
CREATOR | ||||||||||
|
condition | The condition that the process is in. | |||||||||
|
crashData | to be deprecated: This value will always be null. | |||||||||
|
longMsg | A long message describing the error condition. | |||||||||
|
pid | The pid of this process; 0 if none | |||||||||
|
processName | The process name in which the crash or error occurred. | |||||||||
|
shortMsg | A short message describing the error condition. | |||||||||
|
stackTrace | The stack trace where the error originated. | |||||||||
|
tag | The activity name associated with the error, if known. | |||||||||
|
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). |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Describe the kinds of special objects contained in this Parcelable's
marshalled representation.
|
||||||||||
|
|
||||||||||
|
Flatten this object in to a Parcel.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
|||||||||||
From interface
android.os.Parcelable
|
Condition codes
The process name in which the crash or error occurred.
The stack trace where the error originated. May be null.
The activity name associated with the error, if known. May be null.
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).
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
Flatten this object in to a Parcel.
dest | The Parcel in which the object should be written. |
---|---|
flags |
Additional flags about how the object should be written.
May be 0 or
PARCELABLE_WRITE_RETURN_VALUE
.
|