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

Commit 758cef9c 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: f93e78a2

* commit 'f93e78a2':
  Fix issue #28250286: Missing equals!

Change-Id: Idcb0fcfcadae4dde28123135493f066ae4436c0c
parents 9e9fe3f2 f93e78a2
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);