public static class ApplicationErrorReport.BatteryInfo extends Object
Modifier and Type | Field and Description |
---|---|
String |
checkinDetails
Checkin details.
|
long |
durationMicros
Duration in microseconds over which the process used the above
percentage of battery.
|
String |
usageDetails
Dump of various info impacting battery use.
|
int |
usagePercent
Percentage of the battery that was used up by the process.
|
Constructor and Description |
---|
BatteryInfo()
Create an uninitialized instance of BatteryInfo.
|
BatteryInfo(Parcel in)
Create an instance of BatteryInfo initialized from a Parcel.
|
Modifier and Type | Method and Description |
---|---|
void |
dump(Printer pw,
String prefix)
Dump a BatteryInfo instance to a Printer.
|
void |
writeToParcel(Parcel dest,
int flags)
Save a BatteryInfo instance to a parcel.
|
public int usagePercent
public long durationMicros
public String usageDetails
public String checkinDetails
public BatteryInfo()
public BatteryInfo(Parcel in)