java.lang.Object | |
↳ | android.app.ApplicationErrorReport.RunningServiceInfo |
Describes a running service report.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
durationMillis | Duration in milliseconds that the service has been running. | ||||||||||
serviceDetails | Dump of debug information about the service. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create an uninitialized instance of RunningServiceInfo.
| |||||||||||
Create an instance of RunningServiceInfo initialized from a Parcel.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Dump a BatteryInfo instance to a Printer.
| |||||||||||
Save a RunningServiceInfo instance to a parcel.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Duration in milliseconds that the service has been running.
Create an uninitialized instance of RunningServiceInfo.
Create an instance of RunningServiceInfo initialized from a Parcel.
Dump a BatteryInfo instance to a Printer.
Save a RunningServiceInfo instance to a parcel.