# Print output for @column tags ?>
public
static
class
ApplicationErrorReport.RunningServiceInfo
extends Object
java.lang.Object | |
↳ | android.app.ApplicationErrorReport.RunningServiceInfo |
Describes a running service report.
Fields | |
---|---|
public
long |
durationMillis
Duration in milliseconds that the service has been running. |
public
String |
serviceDetails
Dump of debug information about the service. |
Public constructors | |
---|---|
RunningServiceInfo()
Create an uninitialized instance of RunningServiceInfo. |
|
RunningServiceInfo(Parcel in)
Create an instance of RunningServiceInfo initialized from a Parcel. |
Public methods | |
---|---|
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. |
Inherited methods | |
---|---|
public long durationMillis
Duration in milliseconds that the service has been running.
public RunningServiceInfo ()
Create an uninitialized instance of RunningServiceInfo.
public RunningServiceInfo (Parcel in)
Create an instance of RunningServiceInfo initialized from a Parcel.
Parameters | |
---|---|
in |
Parcel |
public void dump (Printer pw, String prefix)
Dump a BatteryInfo instance to a Printer.
Parameters | |
---|---|
pw |
Printer |
prefix |
String |
public void writeToParcel (Parcel dest, int flags)
Save a RunningServiceInfo instance to a parcel.
Parameters | |
---|---|
dest |
Parcel |
flags |
int |