Home
last modified time | relevance | path

Searched refs:dumpsys (Results 1 – 25 of 41) sorted by relevance

12

/frameworks/native/services/gpuservice/tests/unittests/
DGpuMemTest.cpp75 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/
DAndroid.bp27 "dumpsys.cpp",
60 name: "dumpsys",
75 stem: "dumpsys",
Dmain.cpp40 Dumpsys dumpsys(sm.get()); in main() local
41 return dumpsys.main(argc, argv); in main()
DTEST_MAPPING4 // small test which assumes the output format of dumpsys, however
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/
Ddebugging.md44 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> ...
Dsysui.md78 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/
Dadbutil.py23 def dumpsys(serial, topic): function
33 output = dumpsys(serial, "power")
/frameworks/base/core/proto/
DREADME.md8 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/
Dbatterystats.proto26 // Dump of batterystats aggregate data (dumpsys batterystats --proto).
33 // Dump of batterystats history data (dumpsys batterystats --proto --history).
Druntime.proto25 // Represents dumpsys info from RuntimeService.
/frameworks/base/tests/backup/
Dtest_backup.sh22 b_pkgs=$(a shell dumpsys backup | \
/frameworks/base/core/proto/android/
Dsection.proto38 // 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/
Dcore_os_flags.aconfig14 description: "Don't block callers on the start of dumpsys service"
/frameworks/base/services/companion/java/com/android/server/companion/virtual/
Dflags.aconfig9 …description: "This flag controls if a history of virtual devices is shown in dumpsys virtualdevice…
/frameworks/native/cmds/dumpsys/tests/
DAndroid.bp1 // Build the unit tests for dumpsys
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DBatteryStatsUserLifecycleTests.java137 final String dumpsys = executeShellCommand("dumpsys batterystats --checkin"); in getNumberOfUidsInBatteryStats() local
138 for (String line : dumpsys.split("\n")) { in getNumberOfUidsInBatteryStats()
/frameworks/native/cmds/dumpstate/
Dbugreport-format.md50 - 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).
Ddumpstate.cpp1264 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 …]
DREADME.md86 adb shell setprop dumpstate.version split-dumpsys && adb shell dumpstate -v
/frameworks/base/services/core/java/com/android/server/display/state/
DDisplayStateController.java117 public void dumpsys(PrintWriter pw) { in dumpsys() method in DisplayStateController
/frameworks/native/
DPREUPLOAD.cfg42 …sys_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/dumpsys/"
/frameworks/base/core/proto/android/os/
Dstatsdata.proto24 // Dump of statsd report data (dumpsys stats --proto).
/frameworks/base/services/core/java/com/android/server/powerstats/
DPowerStatsService.java241 PowerEntityUtils.dumpsys(powerEntity, ipw);
247 ChannelUtils.dumpsys(channel, ipw);
253 EnergyConsumerUtils.dumpsys(energyConsumer, ipw);
DProtoStreamUtils.java95 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/
Dquickaffordance.md67 To see the current state of the system, you can run `dumpsys`:
70 $ adb shell dumpsys activity service com.android.systemui/.SystemUIService KeyguardQuickAffordances

12