diff options
author | John Reck <jreck@google.com> | 2016-01-22 09:17:41 -0800 |
---|---|---|
committer | John Reck <jreck@google.com> | 2016-01-22 09:17:41 -0800 |
commit | 1a2d84acbd125db65b9baa781ee05fb50a0aca1a (patch) | |
tree | b7427c2eb1cc58fdf4701c5b29d8b322f104d40a /libs/androidfw/DisplayEventDispatcher.cpp | |
parent | 09a02f1c34cc8c8952805e0088723f999ea2aa6f (diff) |
ALOGE is not ALOGV
Change-Id: I973cd7ce28bed38934aab0818e581a948a12cb42
Diffstat (limited to 'libs/androidfw/DisplayEventDispatcher.cpp')
-rw-r--r-- | libs/androidfw/DisplayEventDispatcher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/androidfw/DisplayEventDispatcher.cpp b/libs/androidfw/DisplayEventDispatcher.cpp index 99cd1732031c..b8ef9ea49293 100644 --- a/libs/androidfw/DisplayEventDispatcher.cpp +++ b/libs/androidfw/DisplayEventDispatcher.cpp @@ -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); |