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

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

am 3f9fa52b: am d3399d04: am 7df4d8b0: am f8fa9f23: am 25782ef8: Merge "Added...

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

* commit '3f9fa52b':
  Added stack id to TaskRecord dump.
parents d1501fd0 3f9fa52b
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);