Files
frameworks_base/docs/html/guide/developing/tools/hierarchy-viewer.jd
Robert Ly ec5ca94cfa Doc change: Deleting obsolete files and adding html redirects. Modified hv and traceview docs.
Change-Id: Ic0c02da3205d2f8f22c8c045d859ddd1f83f7a9e
2011-01-07 18:52:01 -08:00

17 lines
579 B
Plaintext

page.title=Hierarchy Viewer
@jd:body
<p>Hierarchy Viewer allows you to debug and optimize your user
interface. It provides a visual representation of the layout's View hierarchy
(the Layout View) and a magnified inspector of the display (the Pixel Perfect View).
</p>
<p>To start Hierarchy Viewer, enter the following command from the SDK <code>tools/</code> directory:</p>
<pre>hierarchyviewer</pre>
</ol>
<p>For more information on how to use Hierarchy Viewer, see
<a href="{@docRoot}guide/developing/debugging/debugging-ui.html">Debugging and Profiling UIs</a>
</p>