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 |
|
---|---|
ApplicationErrorReport.RunningServiceInfo() Create an uninitialized instance of RunningServiceInfo. |
|
ApplicationErrorReport.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 |
|
---|---|
![]() java.lang.Object
|
long durationMillis
Duration in milliseconds that the service has been running.
String serviceDetails
Dump of debug information about the service.
ApplicationErrorReport.RunningServiceInfo ()
Create an uninitialized instance of RunningServiceInfo.
ApplicationErrorReport.RunningServiceInfo (Parcel in)
Create an instance of RunningServiceInfo initialized from a Parcel.
Parameters | |
---|---|
in |
Parcel
|
void dump (Printer pw, String prefix)
Dump a BatteryInfo instance to a Printer.
Parameters | |
---|---|
pw |
Printer
|
prefix |
String
|
void writeToParcel (Parcel dest, int flags)
Save a RunningServiceInfo instance to a parcel.
Parameters | |
---|---|
dest |
Parcel
|
flags |
int
|