Skip to content

Commit 070827e

Browse files
Robert LyAndroid (Google) Code Review
authored andcommitted
Merge "docs: fix bug 5158332" into ics-mr1
2 parents d981824 + 21c9ae0 commit 070827e

File tree

1 file changed

+1
-3
lines changed
  • docs/html/guide/developing/debugging

1 file changed

+1
-3
lines changed

docs/html/guide/developing/debugging/ddms.jd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,7 @@ parent.link=index.html
128128
classes and threads are allocating the objects. This allows you to track, in real time, where
129129
objects are being allocated when you perform certain actions in your application. This
130130
information is valuable for assessing memory usage that can affect application performance.
131-
If you want more granular control over where allocation data is collected, use the
132-
{@link android.os.Debug#startAllocCounting()} and {@link android.os.Debug#stopAllocCounting()}
133-
methods.</p>
131+
</p>
134132

135133
<p>To track memory allocation of objects:</p>
136134
<ol>

0 commit comments

Comments
 (0)