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

Commit 9c33b420 authored by Winson's avatar Winson Committed by android-build-merger
Browse files

Merge \"Merge \\"Adding debugging for last active time.\\" into nyc-mr1-dev...

Merge \"Merge \\"Adding debugging for last active time.\\" into nyc-mr1-dev am: d6c332b0\" into nyc-mr1-dev-plus-aosp
am: 33597d22

Change-Id: I1403993a36922c3a9b1e18a5dc2168b678bd7154
parents 69ab1433 33597d22
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -801,9 +801,13 @@ public class RecentsActivity extends Activity implements ViewTreeObserver.OnPreD
        Recents.getTaskLoader().dump(prefix, writer);

        String id = Integer.toHexString(System.identityHashCode(this));
        long lastStackActiveTime = Prefs.getLong(this,
                Prefs.Key.OVERVIEW_LAST_STACK_TASK_ACTIVE_TIME, -1);

        writer.print(prefix); writer.print(TAG);
        writer.print(" visible="); writer.print(mIsVisible ? "Y" : "N");
        writer.print(" lastStackTaskActiveTime="); writer.print(lastStackActiveTime);
        writer.print(" currentTime="); writer.print(System.currentTimeMillis());
        writer.print(" [0x"); writer.print(id); writer.print("]");
        writer.println();