diff options
author | Romain Guy <romainguy@google.com> | 2012-02-22 14:34:58 -0800 |
---|---|---|
committer | Romain Guy <romainguy@google.com> | 2012-02-22 14:34:58 -0800 |
commit | 9c10ab03cd6a35fca9eec617b9bd444d13544b99 (patch) | |
tree | 73317506783c45195f147dcff355cdf6301e9b76 /libs/hwui/Debug.h | |
parent | 96ebc6b5097ab73eef45e094241e444f4c21bfcc (diff) |
Reduce logs
Change-Id: I2768972ec62f4d3ad800a4d7a4c44307a2fa0105
Diffstat (limited to 'libs/hwui/Debug.h')
-rw-r--r-- | libs/hwui/Debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/Debug.h b/libs/hwui/Debug.h index 16a3d73a121f..55a860ebc69b 100644 --- a/libs/hwui/Debug.h +++ b/libs/hwui/Debug.h @@ -30,7 +30,7 @@ #define DEBUG_MEMORY_USAGE 0 // Turn on to enable debugging of cache flushes -#define DEBUG_CACHE_FLUSH 1 +#define DEBUG_CACHE_FLUSH 0 // Turn on to enable layers debugging when rendered as regions #define DEBUG_LAYERS_AS_REGIONS 0 |