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