summaryrefslogtreecommitdiffstats
path: root/docs/html/tools/debugging
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2013-04-10 11:31:37 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-04-10 11:31:37 -0700
commit915ece10b42d6f45ce9b7317fe94f3e845403ee1 (patch)
tree8b83cd1ad3a27ae456bd7870dc87a9628269b767 /docs/html/tools/debugging
parentd3724e02d898b66a5b94cf0f2d3bbfaec5295b32 (diff)
parent33702b8fd66b74fc291a96659327b3bdd4e81ba0 (diff)
downloadframeworks_base-915ece10b42d6f45ce9b7317fe94f3e845403ee1.zip
frameworks_base-915ece10b42d6f45ce9b7317fe94f3e845403ee1.tar.gz
frameworks_base-915ece10b42d6f45ce9b7317fe94f3e845403ee1.tar.bz2
am 33702b8f: am 09810499: am 26a5305f: add a little more information to hierarchy view intro
* commit '33702b8fd66b74fc291a96659327b3bdd4e81ba0': add a little more information to hierarchy view intro
Diffstat (limited to 'docs/html/tools/debugging')
-rw-r--r--docs/html/tools/debugging/debugging-ui.jd4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/html/tools/debugging/debugging-ui.jd b/docs/html/tools/debugging/debugging-ui.jd
index 8ca5192..f927d08 100644
--- a/docs/html/tools/debugging/debugging-ui.jd
+++ b/docs/html/tools/debugging/debugging-ui.jd
@@ -60,7 +60,9 @@ Sometimes your application's layout can slow down your application.
<p>The Hierarchy Viewer application allows you to debug and optimize your user interface. It
provides a visual representation of the layout's View hierarchy (the View Hierarchy window)
- and a magnified view of the display (the Pixel Perfect window).</p>
+ with performance information for each node in the layout,
+ and a magnified view of the display (the Pixel Perfect window) to closely examine the pixels
+ in your layout.</p>
<p>Android <code>lint</code> is a static code scanning tool that helps you optimize the layouts and layout
hierarchies of your applications, as well as detect other common coding problems. You can run it against your layout files or resource