java.lang.Object | |
↳ | android.app.ApplicationErrorReport.BatteryInfo |
Describes a battery usage report.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
checkinDetails | Checkin details. | |||||||||
|
durationMicros | Duration in microseconds over which the process used the above percentage of battery. | |||||||||
|
usageDetails | Dump of various info impacting battery use. | |||||||||
|
usagePercent | Percentage of the battery that was used up by the process. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Create an uninitialized instance of BatteryInfo.
|
||||||||||
|
Create an instance of BatteryInfo initialized from a Parcel.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Dump a BatteryInfo instance to a Printer.
|
||||||||||
|
Save a BatteryInfo instance to a parcel.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Duration in microseconds over which the process used the above percentage of battery.
Percentage of the battery that was used up by the process.
Create an uninitialized instance of BatteryInfo.
Create an instance of BatteryInfo initialized from a Parcel.
Dump a BatteryInfo instance to a Printer.
Save a BatteryInfo instance to a parcel.