Do not spam the debugging information
authorliyuqian <liyuqian@google.com>
Thu, 25 Aug 2016 20:14:54 +0000 (13:14 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 25 Aug 2016 20:14:54 +0000 (13:14 -0700)
Currently, whenever there's a frame being rendered, we log such an
invalidation event. This is very spammy for animations or frame rates
test.

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2276303003

Review-Url: https://codereview.chromium.org/2276303003

tools/viewer/sk_app/android/surface_glue_android.cpp

index 29d9ff0..886fcd0 100644 (file)
@@ -91,7 +91,6 @@ int SkiaAndroidApp::message_callback(int fd, int events, void* data) {
     auto skiaAndroidApp = (SkiaAndroidApp*)data;
     Message message;
     skiaAndroidApp->readMessage(&message);
-    SkDebugf("message_callback %d", message.fType);
     SkASSERT(message.fType != kUndefined);
 
     switch (message.fType) {