/frameworks/native/services/gpuservice/tests/unittests/ |
D | GpuMemTest.cpp | 75 std::string dumpsys() { in dumpsys() function in android::__anon541f81240111::GpuMemTest 96 EXPECT_EQ(dumpsys(), "Failed to initialize GPU memory eBPF\n"); in TEST_F() 102 EXPECT_EQ(dumpsys(), "GPU memory total usage map is empty\n"); in TEST_F() 109 EXPECT_THAT(dumpsys(), HasSubstr(StringPrintf("Global total: %" PRIu64 "\n", TEST_GLOBAL_VAL))); in TEST_F() 116 EXPECT_THAT(dumpsys(), HasSubstr("Global total: N/A")); in TEST_F() 124 EXPECT_THAT(dumpsys(), in TEST_F() 127 EXPECT_THAT(dumpsys(), in TEST_F() 130 EXPECT_THAT(dumpsys(), in TEST_F() 133 EXPECT_THAT(dumpsys(), in TEST_F()
|
/frameworks/native/cmds/dumpsys/ |
D | Android.bp | 27 "dumpsys.cpp", 60 name: "dumpsys", 75 stem: "dumpsys",
|
D | main.cpp | 40 Dumpsys dumpsys(sm.get()); in main() local 41 return dumpsys.main(argc, argv); in main()
|
D | TEST_MAPPING | 4 // small test which assumes the output format of dumpsys, however
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/ |
D | debugging.md | 44 adb shell dumpsys activity service SystemUIService WMShell protolog enable-text TAG 45 adb shell dumpsys activity service SystemUIService WMShell protolog enable-text TAG 59 adb shell dumpsys activity containers 64 adb shell dumpsys SurfaceFlinger 113 adb shell dumpsys activity service SystemUIService WMShell 129 adb shell dumpsys activity service SystemUIService WMShell help 132 adb shell dumpsys activity service SystemUIService WMShell <cmd> <args> ...
|
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> ...
|
/frameworks/base/tests/JankBench/scripts/ |
D | adbutil.py | 23 def dumpsys(serial, topic): function 33 output = dumpsys(serial, "power")
|
/frameworks/base/core/proto/ |
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
|
/frameworks/base/core/proto/android/service/ |
D | batterystats.proto | 26 // Dump of batterystats aggregate data (dumpsys batterystats --proto). 33 // Dump of batterystats history data (dumpsys batterystats --proto --history).
|
D | runtime.proto | 25 // Represents dumpsys info from RuntimeService.
|
/frameworks/base/tests/backup/ |
D | test_backup.sh | 22 b_pkgs=$(a shell dumpsys backup | \
|
/frameworks/base/core/proto/android/ |
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
|
/frameworks/base/services/core/java/com/android/server/os/ |
D | core_os_flags.aconfig | 14 description: "Don't block callers on the start of dumpsys service"
|
/frameworks/base/services/companion/java/com/android/server/companion/virtual/ |
D | flags.aconfig | 9 …description: "This flag controls if a history of virtual devices is shown in dumpsys virtualdevice…
|
/frameworks/native/cmds/dumpsys/tests/ |
D | Android.bp | 1 // Build the unit tests for dumpsys
|
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/ |
D | BatteryStatsUserLifecycleTests.java | 137 final String dumpsys = executeShellCommand("dumpsys batterystats --checkin"); in getNumberOfUidsInBatteryStats() local 138 for (String line : dumpsys.split("\n")) { in getNumberOfUidsInBatteryStats()
|
/frameworks/native/cmds/dumpstate/ |
D | bugreport-format.md | 50 - Some dumpsys sections (memory and cpuinfo) are reported earlier in the file. 74 - Two additional dumpsys sections are generated. The two new sections can be 97 **1.0-dev1**. When `dumpsys` was split in 2 sections but not all tools were 99 which had to be passed to `dumpsys` explicitly (by setting the `dumpstate.version` system property).
|
D | dumpstate.cpp | 1264 Dumpsys dumpsys(sm.get()); in RunDumpsysTextByPriority() local 1267 Vector<String16> services = dumpsys.listServices(priority, /* supports_proto = */ false); in RunDumpsysTextByPriority() 1274 dumpsys.writeDumpHeader(STDOUT_FILENO, service, priority); in RunDumpsysTextByPriority() 1275 dumpsys.writeDumpFooter(STDOUT_FILENO, service, std::chrono::milliseconds(1)); in RunDumpsysTextByPriority() 1277 status_t status = dumpsys.startDumpThread(Dumpsys::TYPE_DUMP | Dumpsys::TYPE_PID | in RunDumpsysTextByPriority() 1281 dumpsys.writeDumpHeader(STDOUT_FILENO, service, priority); in RunDumpsysTextByPriority() 1286 status = dumpsys.writeDump(STDOUT_FILENO, service, 60s, in RunDumpsysTextByPriority() 1290 status = dumpsys.writeDump(STDOUT_FILENO, service, service_timeout, in RunDumpsysTextByPriority() 1294 dumpsys.writeDumpFooter(STDOUT_FILENO, service, elapsed_seconds); in RunDumpsysTextByPriority() 1296 dumpsys.stopDumpThread(dump_complete); in RunDumpsysTextByPriority() [all …]
|
D | README.md | 86 adb shell setprop dumpstate.version split-dumpsys && adb shell dumpstate -v
|
/frameworks/base/services/core/java/com/android/server/display/state/ |
D | DisplayStateController.java | 117 public void dumpsys(PrintWriter pw) { in dumpsys() method in DisplayStateController
|
/frameworks/native/ |
D | PREUPLOAD.cfg | 42 …sys_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/dumpsys/"
|
/frameworks/base/core/proto/android/os/ |
D | statsdata.proto | 24 // Dump of statsd report data (dumpsys stats --proto).
|
/frameworks/base/services/core/java/com/android/server/powerstats/ |
D | PowerStatsService.java | 241 PowerEntityUtils.dumpsys(powerEntity, ipw); 247 ChannelUtils.dumpsys(channel, ipw); 253 EnergyConsumerUtils.dumpsys(energyConsumer, ipw);
|
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
|
/frameworks/base/packages/SystemUI/docs/device-entry/ |
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
|