diff options
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 71ec760..014519e 100644 --- a/libs/hwui/Debug.h +++ b/libs/hwui/Debug.h @@ -45,6 +45,9 @@ // Turn on to display debug info about paths #define DEBUG_PATHS 0 +// Turn on to display debug info about shapes +#define DEBUG_SHAPES 0 + // Turn on to display debug info about textures #define DEBUG_TEXTURES 0 |