public static class ApplicationErrorReport.RunningServiceInfo extends Object
Modifier and Type | Field and Description |
---|---|
long |
durationMillis
Duration in milliseconds that the service has been running.
|
String |
serviceDetails
Dump of debug information about the service.
|
Constructor and Description |
---|
RunningServiceInfo()
Create an uninitialized instance of RunningServiceInfo.
|
RunningServiceInfo(Parcel in)
Create an instance of RunningServiceInfo initialized from a Parcel.
|
Modifier and Type | Method and Description |
---|---|
void |
dump(Printer pw,
String prefix)
Dump a BatteryInfo instance to a Printer.
|
void |
writeToParcel(Parcel dest,
int flags)
Save a RunningServiceInfo instance to a parcel.
|
public long durationMillis
public String serviceDetails
public RunningServiceInfo()
public RunningServiceInfo(Parcel in)