Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public static class

ApplicationErrorReport.RunningServiceInfo

extends Object
java.lang.Object
   ↳ android.app.ApplicationErrorReport.RunningServiceInfo

Class Overview

Describes a running service report.

Summary

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.
[Expand]
Inherited Methods
From class java.lang.Object

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

public ApplicationErrorReport.RunningServiceInfo ()

Create an uninitialized instance of RunningServiceInfo.

public ApplicationErrorReport.RunningServiceInfo ( Parcel in)

Create an instance of RunningServiceInfo initialized from a Parcel.

Public Methods

public void dump ( Printer pw, String prefix)

Dump a BatteryInfo instance to a Printer.

public void writeToParcel ( Parcel dest, int flags)

Save a RunningServiceInfo instance to a parcel.