public
final
class
ProcessHealthStats
extends Object
java.lang.Object | |
↳ | android.os.health.ProcessHealthStats |
Keys for HealthStats
returned from
HealthStats.getStats(int)
with the
UidHealthStats.STATS_PROCESSES
key.
Constants | |
---|---|
int |
MEASUREMENT_ANR_COUNT
Key for a measurement of the number of ANRs that happened in this process. |
int |
MEASUREMENT_CRASHES_COUNT
Key for a measurement of the number of crashes that happened in this process. |
int |
MEASUREMENT_FOREGROUND_MS
Key for a measurement of the number of milliseconds this process spent with an activity in the foreground. |
int |
MEASUREMENT_STARTS_COUNT
Key for a measurement of the number of times this process was started for any reason. |
int |
MEASUREMENT_SYSTEM_TIME_MS
Key for a measurement of number of millseconds the CPU spent running in kernel space for this process. |
int |
MEASUREMENT_USER_TIME_MS
Key for a measurement of number of millseconds the CPU spent running in user space for this process. |
Inherited methods | |
---|---|
From
class
java.lang.Object
|
int MEASUREMENT_ANR_COUNT
Key for a measurement of the number of ANRs that happened in this process.
Constant Value: 30005 (0x00007535)
int MEASUREMENT_CRASHES_COUNT
Key for a measurement of the number of crashes that happened in this process.
Constant Value: 30004 (0x00007534)
int MEASUREMENT_FOREGROUND_MS
Key for a measurement of the number of milliseconds this process spent with an activity in the foreground.
Constant Value: 30006 (0x00007536)
int MEASUREMENT_STARTS_COUNT
Key for a measurement of the number of times this process was started for any reason.
Constant Value: 30003 (0x00007533)
int MEASUREMENT_SYSTEM_TIME_MS
Key for a measurement of number of millseconds the CPU spent running in kernel space for this process.
Constant Value: 30002 (0x00007532)
int MEASUREMENT_USER_TIME_MS
Key for a measurement of number of millseconds the CPU spent running in user space for this process.
Constant Value: 30001 (0x00007531)