Merge "Add dump log for BatteryTip." into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
26b5b5b5db
@@ -68,6 +68,12 @@ public class AppInfo implements Comparable<AppInfo>, Parcelable {
|
||||
dest.writeInt(uid);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "packageName=" + packageName + ",anomalyType=" + anomalyType + ",screenTime="
|
||||
+ screenOnTimeMs;
|
||||
}
|
||||
|
||||
public static final Parcelable.Creator CREATOR = new Parcelable.Creator() {
|
||||
public AppInfo createFromParcel(Parcel in) {
|
||||
return new AppInfo(in);
|
||||
|
Reference in New Issue
Block a user