aboutsummaryrefslogtreecommitdiff
path: root/en/devices/tech/debug/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'en/devices/tech/debug/index.html')
-rw-r--r--en/devices/tech/debug/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/en/devices/tech/debug/index.html b/en/devices/tech/debug/index.html
index 268f24ee..5400bb9e 100644
--- a/en/devices/tech/debug/index.html
+++ b/en/devices/tech/debug/index.html
@@ -30,10 +30,10 @@ platform-level features.</p>
<p>This page covers use of <code>debuggerd</code>, a daemon process for
collecting error information after applications crash. Other pages in this
section explore system services with
-<a href="/devices/tech/debug/dumpsys.html">Dumpsys</a>, viewing
+<a href="https://developer.android.com/studio/command-line/dumpsys.html">Dumpsys</a>, viewing
<a href="/devices/tech/debug/native-memory.html">native memory</a>,
-<a href="/devices/tech/debug/netstats.html">network</a>, and
-<a href="/devices/tech/debug/procstats.html">RAM</a> usage, using
+<a href="https://developer.android.com/studio/command-line/dumpsys.html#network">network</a>, and
+<a href="https://developer.android.com/studio/command-line/dumpsys.html#procstats">RAM</a> usage, using
<a href="/devices/tech/debug/asan.html">AddressSanitizer</a> to detect memory
bugs in native code, evaluating
<a href="/devices/tech/debug/eval_perf.html"> performance issues</a> (includes