diff options
author | 2010-08-11 16:40:25 -0700 | |
---|---|---|
committer | 2010-08-11 16:40:25 -0700 | |
commit | 98173a277f8bd6d53d6ff9f7ff09e084f2666fc1 (patch) | |
tree | e90ee9b61c1a23300de1bad3a1eb83d6d77c6d07 /libs/hwui/ProgramCache.h | |
parent | 3fa3403e2ee98a66b1b1b83b6f65980163609b6d (diff) |
Delete shaders after a compile error. Also disable extra logging.
Change-Id: I9b1558b0feac3d9b2cca926feeaf73921664cc73
Diffstat (limited to 'libs/hwui/ProgramCache.h')
-rw-r--r-- | libs/hwui/ProgramCache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/ProgramCache.h b/libs/hwui/ProgramCache.h index 54850ee1d748..fa4b8c4b3e47 100644 --- a/libs/hwui/ProgramCache.h +++ b/libs/hwui/ProgramCache.h @@ -35,7 +35,7 @@ namespace uirenderer { /////////////////////////////////////////////////////////////////////////////// // Debug -#define DEBUG_PROGRAM_CACHE 1 +#define DEBUG_PROGRAM_CACHE 0 // Debug #if DEBUG_PROGRAM_CACHE |