commit | 13922e03037d71a538f24ddf61c0b61bb4eb5af0 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@android.com> | Tue May 12 17:56:14 2009 -0700 |
committer | Romain Guy <romainguy@android.com> | Wed May 13 15:42:23 2009 -0700 |
tree | e962dca19eee7c51affdfd8df7cf1fed0f541a8b | |
parent | a2a34a5711bde03475b40edfe3cc052ece02700a [diff] |
Fixes #1836075. Adds consistency checks for the View hierarchy. To enable them, you need a debug build and ViewDebug.sConsistencyCheckEnabled set to true in debug.prop. This change also lets you easily enable drawing and layout profiling in ViewRoot by setting ViewRoot.sProfileDrawing, ViewRoot.sProfileLayout and ViewRoot.sShowFps in debug.prop with a debug build.