diff options
author | Robert Ly <robertly@google.com> | 2012-04-10 16:05:23 -0700 |
---|---|---|
committer | Robert Ly <robertly@google.com> | 2012-04-10 16:05:23 -0700 |
commit | 21c9ae04585ddcf3642cd62d443c0b858db0adde (patch) | |
tree | 8c41c3e8b138e4f070cc5ac91d9e876eeedd63f9 /docs/html/guide/developing/debugging | |
parent | a5894871b2a64f8ef80089a8ca962227c4d77155 (diff) |
docs: fix bug 5158332
Change-Id: I4ced8e7808727a6789732d10601fe6aa4985d8ba
Diffstat (limited to 'docs/html/guide/developing/debugging')
-rw-r--r-- | docs/html/guide/developing/debugging/ddms.jd | 4 |
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 80b1e476e418..9892e49f1eec 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> |