summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/hwui/Caches.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/hwui/Caches.cpp b/libs/hwui/Caches.cpp
index 7e645d298c5c..1a86b3a4b32b 100644
--- a/libs/hwui/Caches.cpp
+++ b/libs/hwui/Caches.cpp
@@ -89,6 +89,9 @@ void Caches::init() {
mFunctorsCount = 0;
+ debugLayersUpdates = false;
+ debugOverdraw = false;
+
mInitialized = true;
}