diff options
| author | 2011-01-12 14:30:59 -0800 | |
|---|---|---|
| committer | 2011-01-12 14:31:55 -0800 | |
| commit | 1fc883b271707c4206ae20cc9a935d7bd4a7485e (patch) | |
| tree | e17af17553a2fb593d5819dc3e4b005205f0d455 /libs/hwui/Debug.h | |
| parent | 3aaff3aef4998156226486d1fad297150dd7a6bf (diff) | |
Add logging to the new layers API.
Change-Id: I78b9426eb17de3e775aca9fafe4a50bd9c0785c4
Diffstat (limited to 'libs/hwui/Debug.h')
| -rw-r--r-- | libs/hwui/Debug.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/hwui/Debug.h b/libs/hwui/Debug.h index ddbfa5e3ddb0..a194cbe7001d 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 |