summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorNed Burns <pixel@google.com>2020-02-12 21:38:50 -0500
committerNed Burns <pixel@google.com>2020-02-20 22:11:19 -0500
commitc7cfa69ffde55126ed3e7648d1f6af651b88a06c (patch)
treeb32a31681999a756e58b6d41bfb88f335e4b5c29 /tools/aapt2/java/JavaClassGenerator_test.cpp
parentb909557790eceab62e08d8f180fb28bb5efbe018 (diff)
Introduce DumpManager
Introduces DumpManager, a unified dumping system that supports dumping at different priority levels. Currently, when a bug report gets taken, SystemUI is only dumped during the CRITICAL section. This has its advantages (we get to go first!) but also imposes a strict limit on how much we can dump. To get around this restriction, we need to *also* dump SystemUI during the NORMAL section, which has much more forgiving constraints. This CL simply creates the mechanism for systemUI to dump at different priority levels, but doesn't actually cause us to participate in the NORMAL section (yet, see later CLs). It introduces the DumpManager, unified replacement for DumpController & various logic in SystemUIService and Dependency.java. See kdoc in DumpManager for usage notes. Migration of current users of DumpController coming in a later CL. Test: atest, manual Change-Id: If4f41ed496c0c64024a83aad812b77f60fe27555
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions