summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Roard <nicolasroard@google.com>2011-10-23 16:26:12 -0700
committerNicolas Roard <nicolasroard@google.com>2011-10-23 16:26:12 -0700
commite2e413042f37947d6f5a92e18071a939b81e1846 (patch)
treea9b3cdcde85e3b81e1160835c6f75ba72569b58d
parent6032fa428d725097ea29fc85fc1b2c965094772b (diff)
downloadexternal_webkit-e2e413042f37947d6f5a92e18071a939b81e1846.zip
external_webkit-e2e413042f37947d6f5a92e18071a939b81e1846.tar.gz
external_webkit-e2e413042f37947d6f5a92e18071a939b81e1846.tar.bz2
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
-rw-r--r--Source/WebCore/platform/graphics/android/PaintedSurface.cpp2
1 files changed, 1 insertions, 1 deletions
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(),