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

Commit e37657fd authored by daqi's avatar daqi Committed by android-build-merger
Browse files

Merge "Fix TaskRecord wrong dump element firstActiveTime" am: 30895c5e am:...

Merge "Fix TaskRecord wrong dump element firstActiveTime" am: 30895c5e am: 6bc21997 am: 8274806d
am: 380758a6

Change-Id: I8d395beb2f47e1971a1d188796f44f450afb34db
parents f5ef4088 380758a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2336,7 +2336,7 @@ final class TaskRecord extends ConfigurationContainer implements TaskWindowConta
                pw.print(" mResizeMode=" + ActivityInfo.resizeModeToString(mResizeMode));
                pw.print(" mSupportsPictureInPicture=" + mSupportsPictureInPicture);
                pw.print(" isResizeable=" + isResizeable());
                pw.print(" firstActiveTime=" + lastActiveTime);
                pw.print(" firstActiveTime=" + firstActiveTime);
                pw.print(" lastActiveTime=" + lastActiveTime);
                pw.println(" (inactive for " + (getInactiveDuration() / 1000) + "s)");
    }