We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d33c68 + 070827e commit 920e2eeCopy full SHA for 920e2ee
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