Home
last modified time | relevance | path

Searched refs:mMaxBytes (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/cmds/incident_helper/java/com/android/commands/incident/sections/
H A DPersistLogSection.java88 private long mMaxBytes = Long.MAX_VALUE; field in PersistLogSection
116 if (sumBytes > mMaxBytes) { in run()
140 mMaxBytes = Long.parseLong(sizeStr.replace("mb", "")) * 1024 * 1024; in parseArgs()
142 mMaxBytes = Long.parseLong(sizeStr.replace("kb", "")) * 1024; in parseArgs()
144 mMaxBytes = Long.parseLong(sizeStr); in parseArgs()