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

Commit 18163616 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am f34fa3e7: Merge "Improve low on RAM reporting." into lmp-mr1-dev

* commit 'f34fa3e7':
  Improve low on RAM reporting.
parents 40d76550 f34fa3e7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -106,4 +106,8 @@ public final class MemInfoReader {
    public long getZramTotalSizeKb() {
        return mInfos[Debug.MEMINFO_ZRAM_TOTAL];
    }

    public long[] getRawInfo() {
        return mInfos;
    }
}
+301 −219

File changed.

Preview size limit exceeded, changes collapsed.