From e2e413042f37947d6f5a92e18071a939b81e1846 Mon Sep 17 00:00:00 2001 From: Nicolas Roard Date: Sun, 23 Oct 2011 16:26:12 -0700 Subject: Remove unnecessary log CL https://android-git.corp.google.com/g/#/c/144158/ introduced a debug log that we don't need, spamming logcat Change-Id: Iea8a1784153dd9f6f53e67f7cb62504440344c7c --- Source/WebCore/platform/graphics/android/PaintedSurface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/WebCore/platform') diff --git a/Source/WebCore/platform/graphics/android/PaintedSurface.cpp b/Source/WebCore/platform/graphics/android/PaintedSurface.cpp index 0957c0c..00129a0 100644 --- a/Source/WebCore/platform/graphics/android/PaintedSurface.cpp +++ b/Source/WebCore/platform/graphics/android/PaintedSurface.cpp @@ -155,7 +155,7 @@ void PaintedSurface::prepare(GLWebViewState* state) m_scale = state->scale(); - XLOGC("%x layer %d %x prepared at size (%d, %d) @ scale %.2f", this, m_layer->uniqueId(), + XLOG("%x layer %d %x prepared at size (%d, %d) @ scale %.2f", this, m_layer->uniqueId(), m_layer, w, h, m_scale); m_tiledTexture->prepare(state, m_scale, m_pictureUsed != m_layer->pictureUsed(), -- cgit v1.1