We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a589487 commit 21c9ae0Copy full SHA for 21c9ae0
docs/html/guide/developing/debugging/ddms.jd
@@ -128,9 +128,7 @@ parent.link=index.html
128
classes and threads are allocating the objects. This allows you to track, in real time, where
129
objects are being allocated when you perform certain actions in your application. This
130
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>
+ </p>
134
135
<p>To track memory allocation of objects:</p>
136
<ol>
0 commit comments