diff options
Diffstat (limited to 'libs/hwui/ProgramCache.h')
-rw-r--r-- | libs/hwui/ProgramCache.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libs/hwui/ProgramCache.h b/libs/hwui/ProgramCache.h index 186e869..fc3e248 100644 --- a/libs/hwui/ProgramCache.h +++ b/libs/hwui/ProgramCache.h @@ -25,6 +25,7 @@ #include <SkXfermode.h> +#include "Debug.h" #include "Program.h" namespace android { @@ -35,10 +36,7 @@ namespace uirenderer { /////////////////////////////////////////////////////////////////////////////// // Debug -#define DEBUG_PROGRAM_CACHE 0 - -// Debug -#if DEBUG_PROGRAM_CACHE +#if DEBUG_PROGRAMS #define PROGRAM_LOGD(...) LOGD(__VA_ARGS__) #else #define PROGRAM_LOGD(...) |