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

Commit f34fa3e7 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

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

parents 30e51130 6edb5c66
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.