From 98173a277f8bd6d53d6ff9f7ff09e084f2666fc1 Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Wed, 11 Aug 2010 16:40:25 -0700 Subject: Delete shaders after a compile error. Also disable extra logging. Change-Id: I9b1558b0feac3d9b2cca926feeaf73921664cc73 --- libs/hwui/ProgramCache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/hwui/ProgramCache.h') 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 -- cgit v1.2.3-59-g8ed1b