History log of /frameworks/base/services/core/java/com/android/server/utils/PriorityDump.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f4006d9b0be123b2a4e874b89eb4a431d3d49c8b 08-Oct-2016 Felipe Leme <felipeal@google.com> Implemented a PriorityDump helper.

dumpsys / dumpstate will soon dump services in buckets (CRITICAL, HIGH,
NORMAL) and services must check the --dump_priority argument to select
which sections to dump.

PriorityDump parses the args checking for that argument, making it
easier to implement bucket dumping.

BUG: 27429130

Test: com.android.server.utils.PriorityDumpTest passes

Change-Id: Ia5ee08a3dc5bd0fde80b8a5616e1311e1b3bf7ba
/frameworks/base/services/core/java/com/android/server/utils/PriorityDump.java