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