Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3f9fa52b authored by Wale Ogunwale's avatar Wale Ogunwale Committed by Android Git Automerger
Browse files

am d3399d04: am 7df4d8b0: am f8fa9f23: am 25782ef8: Merge "Added stack id to...

am d3399d04: am 7df4d8b0: am f8fa9f23: am 25782ef8: Merge "Added stack id to TaskRecord dump." into mnc-dev

* commit 'd3399d04':
  Added stack id to TaskRecord dump.
parents 231efff5 d3399d04
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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);