am 29e25bd3: Merge "Only print out wake locks in the if the wakelock was held." into gingerbread
Merge commit '29e25bd3418b04e395119bf99abe92898830a796' into gingerbread-plus-aosp * commit '29e25bd3418b04e395119bf99abe92898830a796': Only print out wake locks in the if the wakelock was held.
This commit is contained in:
@@ -1237,10 +1237,9 @@ public abstract class BatteryStats implements Parcelable {
|
|||||||
linePrefix);
|
linePrefix);
|
||||||
if (!linePrefix.equals(": ")) {
|
if (!linePrefix.equals(": ")) {
|
||||||
sb.append(" realtime");
|
sb.append(" realtime");
|
||||||
} else {
|
// Only print out wake locks that were held
|
||||||
sb.append(": (nothing executed)");
|
pw.println(sb.toString());
|
||||||
}
|
}
|
||||||
pw.println(sb.toString());
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1453,11 +1452,10 @@ public abstract class BatteryStats implements Parcelable {
|
|||||||
"window", which, linePrefix);
|
"window", which, linePrefix);
|
||||||
if (!linePrefix.equals(": ")) {
|
if (!linePrefix.equals(": ")) {
|
||||||
sb.append(" realtime");
|
sb.append(" realtime");
|
||||||
} else {
|
// Only print out wake locks that were held
|
||||||
sb.append(": (nothing executed)");
|
pw.println(sb.toString());
|
||||||
|
uidActivity = true;
|
||||||
}
|
}
|
||||||
pw.println(sb.toString());
|
|
||||||
uidActivity = true;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user