public final class ProcessHealthStats extends Object
HealthStats
returned from
HealthStats.getStats(int)
with the
UidHealthStats.STATS_PROCESSES
key.Modifier and Type | Field and Description |
---|---|
static HealthKeys.Constants |
CONSTANTS |
static int |
MEASUREMENT_ANR_COUNT
Key for a measurement of the number of ANRs that happened in this process.
|
static int |
MEASUREMENT_CRASHES_COUNT
Key for a measurement of the number of crashes that happened in this process.
|
static int |
MEASUREMENT_FOREGROUND_MS
Key for a measurement of the number of milliseconds this process spent with
an activity in the foreground.
|
static int |
MEASUREMENT_STARTS_COUNT
Key for a measurement of the number of times this process was started for any reason.
|
static int |
MEASUREMENT_SYSTEM_TIME_MS
Key for a measurement of number of millseconds the CPU spent running in kernel space
for this process.
|
static int |
MEASUREMENT_USER_TIME_MS
Key for a measurement of number of millseconds the CPU spent running in user space
for this process.
|
public static final int MEASUREMENT_USER_TIME_MS
public static final int MEASUREMENT_SYSTEM_TIME_MS
public static final int MEASUREMENT_STARTS_COUNT
public static final int MEASUREMENT_CRASHES_COUNT
public static final int MEASUREMENT_ANR_COUNT
public static final int MEASUREMENT_FOREGROUND_MS
public static final HealthKeys.Constants CONSTANTS