OSDN Git Service

Remove unnecessary log
authorNicolas Roard <nicolasroard@google.com>
Sun, 23 Oct 2011 23:26:12 +0000 (16:26 -0700)
committerEd Heyl <ed@google.com>
Tue, 25 Oct 2011 20:36:01 +0000 (20:36 +0000)
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

index 0957c0c..00129a0 100644 (file)
@@ -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(),