diff options
| author | Scott Main <smain@google.com> | 2010-12-16 10:26:23 -0800 |
|---|---|---|
| committer | Scott Main <smain@google.com> | 2010-12-16 10:34:54 -0800 |
| commit | 3165bbb15560ed9facdfb906da55a9b24eb5989a (patch) | |
| tree | 70f9f5c5033983d7c6c51feb6c83e42fe84951cc /docs/html/guide/developing/debug-tasks.jd | |
| parent | 4ea442b49c2f44c180346fe780a2b8c9766b587b (diff) | |
| download | frameworks_base-3165bbb15560ed9facdfb906da55a9b24eb5989a.zip frameworks_base-3165bbb15560ed9facdfb906da55a9b24eb5989a.tar.gz frameworks_base-3165bbb15560ed9facdfb906da55a9b24eb5989a.tar.bz2 | |
cherrypick Change-Id: I7ec40d7c2908bd78b74ada8ba2b6838db4a0bac5
docs: misc fixes for the adb move
Change-Id: Ie7701d9c1656c6cb5ae6063562efeabd9eb737a3
Diffstat (limited to 'docs/html/guide/developing/debug-tasks.jd')
| -rw-r--r-- | docs/html/guide/developing/debug-tasks.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/developing/debug-tasks.jd b/docs/html/guide/developing/debug-tasks.jd index f0bf84c..8f40b48 100644 --- a/docs/html/guide/developing/debug-tasks.jd +++ b/docs/html/guide/developing/debug-tasks.jd @@ -42,8 +42,8 @@ your applications. Here are some tools that you'll use most often:</p> <dd>Dumps a log of system messages. The messages include a stack trace when the device throws an error, as well as {@link android.util.Log} messages you've written from your application. To run - logcat, execute <code>adb logcat</code> from your Android SDK {@code tools/} directory or, -from DDMS, select <strong>Device > Run + logcat, execute <code>adb logcat</code> from your Android SDK {@code platform-tools/} +directory or, from DDMS, select <strong>Device > Run logcat</strong>. When using the <a href="{@docRoot}sdk/eclipse-adt.html">ADT plugin for Eclipse</a>, you can also view logcat messages by opening the Logcat view, available from <strong>Window > Show View > Other > Android > Logcat</strong>. |
