Loading libs/hwui/renderthread/OpenGLPipeline.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -88,7 +88,7 @@ bool OpenGLPipeline::draw(const Frame& frame, const SkRect& screenDirty, const S caches.tessellationCache.trim(); caches.tessellationCache.trim(); #if DEBUG_MEMORY_USAGE #if DEBUG_MEMORY_USAGE mCaches.dumpMemoryUsage(); caches.dumpMemoryUsage(); #else #else if (CC_UNLIKELY(Properties::debugLevel & kDebugMemory)) { if (CC_UNLIKELY(Properties::debugLevel & kDebugMemory)) { caches.dumpMemoryUsage(); caches.dumpMemoryUsage(); Loading Loading
libs/hwui/renderthread/OpenGLPipeline.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -88,7 +88,7 @@ bool OpenGLPipeline::draw(const Frame& frame, const SkRect& screenDirty, const S caches.tessellationCache.trim(); caches.tessellationCache.trim(); #if DEBUG_MEMORY_USAGE #if DEBUG_MEMORY_USAGE mCaches.dumpMemoryUsage(); caches.dumpMemoryUsage(); #else #else if (CC_UNLIKELY(Properties::debugLevel & kDebugMemory)) { if (CC_UNLIKELY(Properties::debugLevel & kDebugMemory)) { caches.dumpMemoryUsage(); caches.dumpMemoryUsage(); Loading