summaryrefslogtreecommitdiffstats
path: root/libs/hwui/Debug.h
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2011-01-13 17:21:49 -0800
committerRomain Guy <romainguy@google.com>2011-01-13 17:22:58 -0800
commitffac7fc5042296a459d0f5a450dbfe20917093dc (patch)
tree27a86c15331cd38d7d072e1c2b7bf8829cceeb90 /libs/hwui/Debug.h
parent462433ae94ff33f9591d910b662e63b821549cad (diff)
downloadframeworks_base-ffac7fc5042296a459d0f5a450dbfe20917093dc.zip
frameworks_base-ffac7fc5042296a459d0f5a450dbfe20917093dc.tar.gz
frameworks_base-ffac7fc5042296a459d0f5a450dbfe20917093dc.tar.bz2
Add debug logs for display lists.
Change-Id: I7bae8fd96e9eccb51f29f73e4069b4d3e6bdbdd7
Diffstat (limited to 'libs/hwui/Debug.h')
-rw-r--r--libs/hwui/Debug.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/hwui/Debug.h b/libs/hwui/Debug.h
index a194cbe..bdd8e73 100644
--- a/libs/hwui/Debug.h
+++ b/libs/hwui/Debug.h
@@ -47,4 +47,7 @@
// Turn on to display debug info about the layer renderer
#define DEBUG_LAYER_RENDERER 0
+// Turn on to dump display list state
+#define DEBUG_DISPLAY_LIST 0
+
#endif // ANDROID_HWUI_DEBUG_H