summaryrefslogtreecommitdiffstats
path: root/libs/hwui/LayerCache.h
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2014-11-10 20:54:07 -0800
committerAndreas Gampe <agampe@google.com>2014-11-10 21:29:52 -0800
commitedaecc1db0584fa017822dfc2da0c968b53967e6 (patch)
treedc2db79f490bc2e334c6e3688e099c98e846f381 /libs/hwui/LayerCache.h
parentbaa73b056cbd4627a84b39a6267065ae56677220 (diff)
downloadframeworks_base-edaecc1db0584fa017822dfc2da0c968b53967e6.zip
frameworks_base-edaecc1db0584fa017822dfc2da0c968b53967e6.tar.gz
frameworks_base-edaecc1db0584fa017822dfc2da0c968b53967e6.tar.bz2
resolved conflicts for merge of 1d03b816 to lmp-mr1-dev-plus-aosp
(cherry picked from commit 1272887050a269d6d506b42099c2857847ad100b) Change-Id: Ib673768fe5fc03615626ef4b10590e5317f22172
Diffstat (limited to 'libs/hwui/LayerCache.h')
-rw-r--r--libs/hwui/LayerCache.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/libs/hwui/LayerCache.h b/libs/hwui/LayerCache.h
index 6b93e8f..81810ac 100644
--- a/libs/hwui/LayerCache.h
+++ b/libs/hwui/LayerCache.h
@@ -26,15 +26,11 @@ namespace uirenderer {
class RenderState;
-///////////////////////////////////////////////////////////////////////////////
-// Defines
-///////////////////////////////////////////////////////////////////////////////
-
// Debug
#if DEBUG_LAYERS
- #define LAYER_LOGD(...) ALOGD(__VA_ARGS__)
+static const bool kDebugLayers = true;
#else
- #define LAYER_LOGD(...)
+static const bool kDebugLayers = false;
#endif
///////////////////////////////////////////////////////////////////////////////