summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/Dumpable.java
Commit message (Collapse)AuthorAgeFilesLines
* Proto dump from SystemUI.Fabian Kozynski2022-10-201-1/+0
| | | | | | | | | | | | | | Needs to be called by doing `adb shell dumpsys statusbar --proto` because using `dumpsys activity service` adds text to the dump. Will also be dumped as part of the BR Test: atest SystemUITests Test: Used in CTS Test: manual dump and BR Fixes 237786667 Change-Id: I74abf65a76c059ea9bb5a14728192b6b683b7fc7
* Remove FileDescriptor from systemui.Dumpable.Dave Mankoff2022-04-051-2/+1
| | | | | | | | | | This is the first step in moving over to the new public android.util.Dumpable api. Bug: 217567642 Test: m SystemUI Merged-In: Ibaebcfb2c6c5326d0c45b8c72d868c76655d89a0 Change-Id: Ibaebcfb2c6c5326d0c45b8c72d868c76655d89a0
* Migrate DumpController -> DumpManagerNed Burns2020-02-201-1/+3
| | | | | | | Unify "everything that needs to dump stuff" to use the DumpManager. Test: atest, manual Change-Id: Ib475aba4eeccb24bd49ab909896f7d779a8e1b04
* implement Dumpable for some keyguard classesLucas Dupin2019-10-311-1/+16
| | | | | Test: adb shell dumpsys activity service com.android.systemui Change-Id: I0f241ce6d26c36cc5b64d060ff21ce1986910dd0
* Work on sysui dependenciesJason Monk2017-01-231-0/+22
One of the many problems with PhoneStatusBar is that it holds dependencies for many other parts of SysUI. Fix this by creating a static method of grabbing dependencies that are global to sysui this cleans up a lot of chains of interdependence. Also add easy way to inject mocks of these dependencies for the purpose of testing. Test: runtest systemui Change-Id: Ia0e947faea62d15b665facada47ac9916c99f895