diff options
| author | Ricardo Loo Foronda <rloo@google.com> | 2018-01-25 09:10:47 -0800 |
|---|---|---|
| committer | Ricardo Loo Foronda <rloo@google.com> | 2018-01-26 18:16:23 +0000 |
| commit | ac750a8a60dc3040fef140699023b9cc18b03639 (patch) | |
| tree | 3fa7176cf0de83dafc26992e0b216b8f3e4d8361 /core/java/android/os/Debug.java | |
| parent | e1586339319c43e9f564526274c53c73f8a4b6d6 (diff) | |
Docs: Fixed broken link to Traceview docs
Status: Ready for review.
Note: This is a Javadoc only change.
Changes:
* Replaced "guide/developing/tools/traceview.html/ with
"studio/profile/traceview.html"
Test: * Build with "make ds-docs -j16"
* Staged content at go/dac-stage/reference/android/os/Debug.html
* Ran linkchecker against staged content
Bug: 37640935
Change-Id: I0446c44a78ae7d1d9193e2fe08e059cdc90cac7a
Diffstat (limited to 'core/java/android/os/Debug.java')
| -rw-r--r-- | core/java/android/os/Debug.java | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/core/java/android/os/Debug.java b/core/java/android/os/Debug.java index 017c2134f288..22174ff1c153 100644 --- a/core/java/android/os/Debug.java +++ b/core/java/android/os/Debug.java @@ -56,10 +56,10 @@ import java.util.Map; * <p><strong>Logging Trace Files</strong></p> * <p>Debug can create log files that give details about an application, such as * a call stack and start/stop times for any running methods. See <a -href="{@docRoot}guide/developing/tools/traceview.html">Traceview: A Graphical Log Viewer</a> for - * information about reading trace files. To start logging trace files, call one - * of the startMethodTracing() methods. To stop tracing, call - * {@link #stopMethodTracing()}. + * href="{@docRoot}studio/profile/traceview.html">Inspect Trace Logs with + * Traceview</a> for information about reading trace files. To start logging + * trace files, call one of the startMethodTracing() methods. To stop tracing, + * call {@link #stopMethodTracing()}. */ public final class Debug { @@ -1001,8 +1001,8 @@ public final class Debug * under your package-specific directory on primary shared/external storage, * as returned by {@link Context#getExternalFilesDir(String)}. * <p> - * See <a href="{@docRoot}guide/developing/tools/traceview.html">Traceview: - * A Graphical Log Viewer</a> for information about reading trace files. + * See <a href="{@docRoot}studio/profile/traceview.html">Inspect Trace Logs + * with Traceview</a> for information about reading trace files. * <p class="note"> * When method tracing is enabled, the VM will run more slowly than usual, * so the timings from the trace files should only be considered in relative @@ -1025,8 +1025,8 @@ public final class Debug * your package-specific directory on primary shared/external storage, as * returned by {@link Context#getExternalFilesDir(String)}. * <p> - * See <a href="{@docRoot}guide/developing/tools/traceview.html">Traceview: - * A Graphical Log Viewer</a> for information about reading trace files. + * See <a href="{@docRoot}studio/profile/traceview.html">Inspect Trace Logs + * with Traceview</a> for information about reading trace files. * <p class="note"> * When method tracing is enabled, the VM will run more slowly than usual, * so the timings from the trace files should only be considered in relative @@ -1055,8 +1055,8 @@ public final class Debug * your package-specific directory on primary shared/external storage, as * returned by {@link Context#getExternalFilesDir(String)}. * <p> - * See <a href="{@docRoot}guide/developing/tools/traceview.html">Traceview: - * A Graphical Log Viewer</a> for information about reading trace files. + * See <a href="{@docRoot}studio/profile/traceview.html">Inspect Trace Logs + * with Traceview</a> for information about reading trace files. * <p class="note"> * When method tracing is enabled, the VM will run more slowly than usual, * so the timings from the trace files should only be considered in relative @@ -1087,8 +1087,8 @@ public final class Debug * your package-specific directory on primary shared/external storage, as * returned by {@link Context#getExternalFilesDir(String)}. * <p> - * See <a href="{@docRoot}guide/developing/tools/traceview.html">Traceview: - * A Graphical Log Viewer</a> for information about reading trace files. + * See <a href="{@docRoot}studio/profile/traceview.html">Inspect Trace Logs + * with Traceview</a> for information about reading trace files. * <p class="note"> * When method tracing is enabled, the VM will run more slowly than usual, * so the timings from the trace files should only be considered in relative @@ -1121,8 +1121,8 @@ public final class Debug * your package-specific directory on primary shared/external storage, as * returned by {@link Context#getExternalFilesDir(String)}. * <p> - * See <a href="{@docRoot}guide/developing/tools/traceview.html">Traceview: - * A Graphical Log Viewer</a> for information about reading trace files. + * See <a href="{@docRoot}studio/profile/traceview.html">Inspect Trace Logs + * with Traceview</a> for information about reading trace files. * * @param tracePath Path to the trace log file to create. If {@code null}, * this will default to "dmtrace.trace". If the file already |
