am d3399d04: am 7df4d8b0: am f8fa9f23: am 25782ef8: Merge "Added stack id to TaskRecord dump." into mnc-dev
* commit 'd3399d0478c6672af937f7de47f7e24dd597f2bb': Added stack id to TaskRecord dump.
This commit is contained in:
@@ -1223,6 +1223,9 @@ final class TaskRecord {
|
||||
if (lastDescription != null) {
|
||||
pw.print(prefix); pw.print("lastDescription="); pw.println(lastDescription);
|
||||
}
|
||||
if (stack != null) {
|
||||
pw.print(prefix); pw.print("stackId="); pw.println(stack.mStackId);
|
||||
}
|
||||
pw.print(prefix); pw.print("hasBeenVisible="); pw.print(hasBeenVisible);
|
||||
pw.print(" mResizeable="); pw.print(mResizeable);
|
||||
pw.print(" firstActiveTime="); pw.print(lastActiveTime);
|
||||
|
||||
Reference in New Issue
Block a user