summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2020-11-12 19:50:36 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2020-11-12 19:50:36 +0000
commit69df21f13ca16427fce2ba75e6beedacf05686cb (patch)
tree800181b38861b8514ca9145442aabb85b0d16a16
parentc4889b8c739316daa1582f457b80174053bd9e5d (diff)
parent9aaf96f5d7ff8e16c9803a85de52fee411289b1b (diff)
Merge "Change severity of "No local sync point found" logs"
-rw-r--r--services/surfaceflinger/Layer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/surfaceflinger/Layer.cpp b/services/surfaceflinger/Layer.cpp
index 94819664ce..1911a0a823 100644
--- a/services/surfaceflinger/Layer.cpp
+++ b/services/surfaceflinger/Layer.cpp
@@ -851,7 +851,7 @@ bool Layer::applyPendingStates(State* stateToCommit) {
// If we don't have a sync point for this, apply it anyway. It
// will be visually wrong, but it should keep us from getting
// into too much trouble.
- ALOGE("[%s] No local sync point found", getDebugName());
+ ALOGV("[%s] No local sync point found", getDebugName());
popPendingState(stateToCommit);
stateUpdateAvailable = true;
continue;