am 070827e6: Merge "docs: fix bug 5158332" into ics-mr1

* commit '070827e6031a312d368f33fb1ad8babff92e64e4':
  docs: fix bug 5158332
This commit is contained in:
Robert Ly
2012-04-12 12:29:20 -07:00
committed by Android Git Automerger

View File

@@ -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>