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

Commit b2d47590 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by android-build-merger
Browse files

Merge "Fix issue #28250286: Missing equals!" into nyc-dev am: e896090c

am: 2dda9c5a

* commit '2dda9c5a':
  Fix issue #28250286: Missing equals!

Change-Id: I6eb9e3ba3543e1e2d280db9cc2745fa53ce823af
parents 9e9fe3f2 2dda9c5a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14280,8 +14280,8 @@ public final class ActivityManagerService extends ActivityManagerNative
                        + " mNumServiceProcs=" + mNumServiceProcs
                        + " mNewNumServiceProcs=" + mNewNumServiceProcs);
                pw.println("  mAllowLowerMemLevel=" + mAllowLowerMemLevel
                        + " mLastMemoryLevel" + mLastMemoryLevel
                        + " mLastNumProcesses" + mLastNumProcesses);
                        + " mLastMemoryLevel=" + mLastMemoryLevel
                        + " mLastNumProcesses=" + mLastNumProcesses);
                long now = SystemClock.uptimeMillis();
                pw.print("  mLastIdleTime=");
                        TimeUtils.formatDuration(now, mLastIdleTime, pw);