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

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

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

* commit '58f2a1e8':
  Improve low on RAM reporting.
parents c79e91a6 58f2a1e8
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.