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

Commit 069fbe4b authored by Wale Ogunwale's avatar Wale Ogunwale
Browse files

Added stack id to TaskRecord dump.

Bug: 22812470
Change-Id: Ic8f3550e61ad1cf175423abe900c5f60686338a2
parent 60261137
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);