aboutsummaryrefslogtreecommitdiff
path: root/en/devices/tech/debug/dumpsys.html
diff options
context:
space:
mode:
Diffstat (limited to 'en/devices/tech/debug/dumpsys.html')
-rw-r--r--en/devices/tech/debug/dumpsys.html12
1 files changed, 8 insertions, 4 deletions
diff --git a/en/devices/tech/debug/dumpsys.html b/en/devices/tech/debug/dumpsys.html
index 80f93e54..e87722ba 100644
--- a/en/devices/tech/debug/dumpsys.html
+++ b/en/devices/tech/debug/dumpsys.html
@@ -34,8 +34,8 @@ output, specify the service you would like to examine. </p>
<p>For example, the following command:</p>
-<pre>
-$ adb shell dumpsys input
+<pre class="devsite-terminal devsite-click-to-copy">
+adb shell dumpsys input
</pre>
<p>provides system data for input components such as touchscreens or built-in
@@ -47,8 +47,12 @@ keyboards.</p>
<p>For a complete list of system services that you can use with dumpsys, try the
following command:</p>
-<pre class="no-pretty-print">
-$ adb shell dumpsys -l
+<pre class="devsite-terminal devsite-click-to-copy">
+adb shell dumpsys -l
+</pre>
+
+<p>Example output:</p>
+<pre class="devsite-click-to-copy">
Currently running services:
DockObserver
SurfaceFlinger