Merge "Added stack id to TaskRecord dump." into mnc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
25782ef834
@@ -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