OSDN Git Service

ALOGE is not ALOGV
authorJohn Reck <jreck@google.com>
Fri, 22 Jan 2016 17:17:41 +0000 (09:17 -0800)
committerJohn Reck <jreck@google.com>
Fri, 22 Jan 2016 17:17:41 +0000 (09:17 -0800)
Change-Id: I973cd7ce28bed38934aab0818e581a948a12cb42

libs/androidfw/DisplayEventDispatcher.cpp

index 99cd173..b8ef9ea 100644 (file)
@@ -103,7 +103,7 @@ int DisplayEventDispatcher::handleEvent(int, int events, void*) {
     int32_t vsyncDisplayId;
     uint32_t vsyncCount;
     if (processPendingEvents(&vsyncTimestamp, &vsyncDisplayId, &vsyncCount)) {
-        ALOGE("dispatcher %p ~ Vsync pulse: timestamp=%" PRId64 ", id=%d, count=%d",
+        ALOGV("dispatcher %p ~ Vsync pulse: timestamp=%" PRId64 ", id=%d, count=%d",
                 this, ns2ms(vsyncTimestamp), vsyncDisplayId, vsyncCount);
         mWaitingForVsync = false;
         dispatchVsync(vsyncTimestamp, vsyncDisplayId, vsyncCount);