summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRobert Ly <robertly@google.com>2012-04-12 12:27:20 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-04-12 12:27:20 -0700
commit070827e6031a312d368f33fb1ad8babff92e64e4 (patch)
tree4a4f46e0e4be5a4a2557744ae9891757a3be4e9e /docs
parentd9818244f9bf47b9e2981df7866b1ace01392fa9 (diff)
parent21c9ae04585ddcf3642cd62d443c0b858db0adde (diff)
downloadframeworks_base-070827e6031a312d368f33fb1ad8babff92e64e4.zip
frameworks_base-070827e6031a312d368f33fb1ad8babff92e64e4.tar.gz
frameworks_base-070827e6031a312d368f33fb1ad8babff92e64e4.tar.bz2
Merge "docs: fix bug 5158332" into ics-mr1
Diffstat (limited to 'docs')
-rw-r--r--docs/html/guide/developing/debugging/ddms.jd4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/html/guide/developing/debugging/ddms.jd b/docs/html/guide/developing/debugging/ddms.jd
index 80b1e47..9892e49 100644
--- a/docs/html/guide/developing/debugging/ddms.jd
+++ b/docs/html/guide/developing/debugging/ddms.jd
@@ -128,9 +128,7 @@ parent.link=index.html
classes and threads are allocating the objects. This allows you to track, in real time, where
objects are being allocated when you perform certain actions in your application. This
information is valuable for assessing memory usage that can affect application performance.
- If you want more granular control over where allocation data is collected, use the
- {@link android.os.Debug#startAllocCounting()} and {@link android.os.Debug#stopAllocCounting()}
- methods.</p>
+ </p>
<p>To track memory allocation of objects:</p>
<ol>