summaryrefslogtreecommitdiffstats
path: root/docs/html/guide
diff options
context:
space:
mode:
authorSiva Velusamy <vsiva@google.com>2011-09-13 16:39:29 -0700
committerSiva Velusamy <vsiva@google.com>2011-09-13 16:39:29 -0700
commit75b2afedbd27c0d0443d62afa4e4a003959b8800 (patch)
treee65a126aff9bb7736dfc8af4029635bde4493015 /docs/html/guide
parent62bb0cdc746e850c2d2d5da4f6c7a38f8782f4bc (diff)
downloadframeworks_base-75b2afedbd27c0d0443d62afa4e4a003959b8800.zip
frameworks_base-75b2afedbd27c0d0443d62afa4e4a003959b8800.tar.gz
frameworks_base-75b2afedbd27c0d0443d62afa4e4a003959b8800.tar.bz2
Minor docs fixes: Make description match screenshot.
Also update location of DDMS preferences file. Change-Id: I91b9f9b2376d427a2ef8b1832d49e07e232c3320
Diffstat (limited to 'docs/html/guide')
-rw-r--r--docs/html/guide/developing/debugging/ddms.jd8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/html/guide/developing/debugging/ddms.jd b/docs/html/guide/developing/debugging/ddms.jd
index 0d47ae5..4398ec9 100644
--- a/docs/html/guide/developing/debugging/ddms.jd
+++ b/docs/html/guide/developing/debugging/ddms.jd
@@ -60,9 +60,9 @@ parent.link=index.html
<p>The following screenshot shows a typical DDMS screen in Eclipse. If you are starting DDMS from
the command line, the screen is slightly different, but much of the functionality is identical.
- Notice that the highlighted process, <code>com.example.android.notepad</code>, that is running in the emulator
- has the debugging port 8700 assigned to it as well as 8609. This signifies that DDMS is currently
- forwarding port 8609 to the static debugging port of 8700.</p>
+ Notice that the highlighted process, <code>com.android.email</code>, that is running in the emulator
+ has the debugging port 8700 assigned to it as well as 8606. This signifies that DDMS is currently
+ forwarding port 8606 to the static debugging port of 8700.</p>
<img src="{@docRoot}images/debug-ddms.png"
width="1024" />
@@ -76,7 +76,7 @@ parent.link=index.html
<p class="note"><strong>Tip:</strong> You can set a number of DDMS preferences in
<strong>File</strong> &gt; <strong>Preferences</strong>. Preferences are saved to
- <code>$HOME/.ddmsrc</code>.</p>
+ <code>$HOME/.android/ddms.cfg</code>.</p>
<p class="warning"><strong>Known debugging issues with Dalvik</strong><br />
Debugging an application in the Dalvik VM should work the same as it does in other VMs. However,