public final class ServiceHealthStats extends Object
HealthStats
returned from
HealthStats.getStats(int)
with the
PackageHealthStats.STATS_SERVICES
key.Modifier and Type | Field and Description |
---|---|
static HealthKeys.Constants |
CONSTANTS |
static int |
MEASUREMENT_LAUNCH_COUNT
Key for a measurement of the total number of times this service was started
due to calls to
startService()
or bindService() including re-launches
after crashes. |
static int |
MEASUREMENT_START_SERVICE_COUNT
Key for a measurement of the number of times this service was started due to calls to
startService() , including re-launches
after crashes. |
public static final int MEASUREMENT_START_SERVICE_COUNT
startService()
, including re-launches
after crashes.public static final int MEASUREMENT_LAUNCH_COUNT
startService()
or bindService()
including re-launches
after crashes.public static final HealthKeys.Constants CONSTANTS