/aosp14/frameworks/base/tests/JankBench/scripts/ |
H A D | adbutil.py | 23 def dumpsys(serial, topic): function 33 output = dumpsys(serial, "power")
|
/aosp14/frameworks/base/core/proto/ |
H A D | README.md | 8 1. If the proto describes the top level output of dumpsys, it should contain 9 `Dump`. This makes it easy to understand that the proto is the dumpsys output
|
/aosp14/frameworks/base/core/proto/android/service/ |
H A D | batterystats.proto | 26 // Dump of batterystats aggregate data (dumpsys batterystats --proto). 33 // Dump of batterystats history data (dumpsys batterystats --proto --history).
|
H A D | runtime.proto | 25 // Represents dumpsys info from RuntimeService.
|
H A D | package.proto | 158 // From "dumpsys package" - name of package which installed this one.
|
H A D | sensor_service.proto | 32 // Proto dump of android::SensorService. dumpsys sensorservice --proto
|
/aosp14/frameworks/base/core/proto/android/ |
H A D | section.proto | 38 // incidentd calls dumpsys for annotated field 50 // incidentd calls legacy text dumpsys for annotated field. The section will only be generated
|
/aosp14/frameworks/base/tests/backup/ |
H A D | test_backup.sh | 22 b_pkgs=$(a shell dumpsys backup | \
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/ |
H A D | BatteryStatsUserLifecycleTests.java | 128 final String dumpsys = executeShellCommand("dumpsys batterystats --checkin"); in getNumberOfUidsInBatteryStats() local 129 for (String line : dumpsys.split("\n")) { in getNumberOfUidsInBatteryStats()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/ |
H A D | sysui.md | 78 adb shell dumpsys activity service SystemUIService WMShell 81 adb shell dumpsys activity service SystemUIService WMShell help 82 adb shell dumpsys activity service SystemUIService WMShell <cmd> <args> ...
|
H A D | debugging.md | 65 adb shell dumpsys activity service SystemUIService WMShell
|
/aosp14/frameworks/base/services/core/java/com/android/server/display/state/ |
H A D | DisplayStateController.java | 99 public void dumpsys(PrintWriter pw) { in dumpsys() method in DisplayStateController
|
/aosp14/frameworks/base/services/core/java/com/android/server/powerstats/ |
H A D | PowerStatsService.java | 185 PowerEntityUtils.dumpsys(powerEntity, ipw); in dump() 191 ChannelUtils.dumpsys(channel, ipw); in dump() 197 EnergyConsumerUtils.dumpsys(energyConsumer, ipw); in dump()
|
H A D | ProtoStreamUtils.java | 95 public static void dumpsys(PowerEntity[] powerEntity, PrintWriter pw) { in dumpsys() method in ProtoStreamUtils.PowerEntityUtils 311 public static void dumpsys(Channel[] channel, PrintWriter pw) { in dumpsys() method in ProtoStreamUtils.ChannelUtils 531 public static void dumpsys(EnergyConsumer[] energyConsumer, PrintWriter pw) { in dumpsys() method in ProtoStreamUtils.EnergyConsumerUtils
|
/aosp14/frameworks/base/core/proto/android/os/ |
H A D | statsdata.proto | 24 // Dump of statsd report data (dumpsys stats --proto).
|
H A D | incident.proto | 199 // 2. the same information is able to be accessed by meminfo dumpsys.
|
/aosp14/frameworks/base/packages/SystemUI/docs/device-entry/ |
H A D | quickaffordance.md | 67 To see the current state of the system, you can run `dumpsys`: 70 $ adb shell dumpsys activity service com.android.systemui/.SystemUIService KeyguardQuickAffordances
|
H A D | doze.md | 80 Other helpful dumpsys commands (`adb shell dumpsys <service>`):
|
/aosp14/frameworks/base/services/core/java/com/android/server/content/ |
H A D | SyncManager.md | 33 This is shown as `STANDBY-EXEMPTED` in `dumpsys content`. 35 This is shown as `STANDBY-EXEMPTED(TOP)` in `dumpsys content`.
|
/aosp14/frameworks/base/core/proto/android/server/ |
H A D | activitymanagerservice.proto | 53 // "dumpsys activity --proto activities" 61 // "dumpsys activity --proto broadcasts" 369 // "dumpsys activity --proto service" 576 // TODO: "dumpsys activity --proto processes"
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | ShortcutManagerTest7.java | 421 String dump = dumpsys(args); in checkDumpsysArgs()
|
H A D | BaseShortcutManagerTest.java | 1436 for (String line : dumpsys("-u").split("\n")) { in dumpsysOnLogcat() 1442 return dumpsys("--checkin"); in dumpCheckin() 1445 protected String dumpsys(String... args) { in dumpsys() method in BaseShortcutManagerTest
|
/aosp14/frameworks/base/services/core/java/com/android/server/rollback/ |
H A D | README.md | 212 using dumpsys. For example: 215 $ adb shell dumpsys rollback
|
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/ |
H A D | README.md | 14 - Generating a dumpsys report including current state and history of operations.
|
/aosp14/frameworks/base/services/core/java/com/android/server/display/ |
H A D | DisplayPowerController2.java | 2468 mDisplayStateController.dumpsys(pw); in dumpLocal()
|