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

Commit f93e78a2 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

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

Change-Id: Ibd83f6d3c5dd80c50329b65ddecfa56004f0d070
parents ce482efc e896090c
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);