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

Commit 58f2a1e8 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by android-build-merger
Browse files

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

automerge: 18163616

* commit '18163616':
  Improve low on RAM reporting.
parents 0c8f8980 18163616
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.