commit | 1fc883b271707c4206ae20cc9a935d7bd4a7485e | [log] [tgz] |
---|---|---|
author | Romain Guy <[email protected]> | Wed Jan 12 14:30:59 2011 -0800 |
committer | Romain Guy <[email protected]> | Wed Jan 12 14:31:55 2011 -0800 |
tree | e17af17553a2fb593d5819dc3e4b005205f0d455 | |
parent | 3aaff3aef4998156226486d1fad297150dd7a6bf [diff] [blame] |
Add logging to the new layers API. Change-Id: I78b9426eb17de3e775aca9fafe4a50bd9c0785c4
diff --git a/libs/hwui/Debug.h b/libs/hwui/Debug.h index ddbfa5e..a194cbe 100644 --- a/libs/hwui/Debug.h +++ b/libs/hwui/Debug.h
@@ -44,4 +44,7 @@ // Turn on to display debug info about textures #define DEBUG_TEXTURES 0 +// Turn on to display debug info about the layer renderer +#define DEBUG_LAYER_RENDERER 0 + #endif // ANDROID_HWUI_DEBUG_H