summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Carr <racarr@google.com>2017-06-27 13:51:07 -0700
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-06-29 04:42:06 +0000
commit9640da6f89e18e095ff4e1d21feb812a24fd1a32 (patch)
treeb2f9160912cef014ebaa21fd2772f5e9f64ed71a
parent65bee228207da4064b09abc4c2b88cd7b797890b (diff)
downloadnative-9640da6f89e18e095ff4e1d21feb812a24fd1a32.tar.gz
SurfaceFlinger: Last minute log removal.
Whoops. Test: Log removed! Change-Id: I4593352cf565603a4507c6ef13504b167d882eec (cherry picked from commit 4e10a52dc5da22b5617069999c9986c59357e2a7)
-rw-r--r--services/surfaceflinger/Layer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/services/surfaceflinger/Layer.cpp b/services/surfaceflinger/Layer.cpp
index 022b41634d..88a5bd4a06 100644
--- a/services/surfaceflinger/Layer.cpp
+++ b/services/surfaceflinger/Layer.cpp
@@ -1947,7 +1947,6 @@ void Layer::deferTransactionUntil(const sp<Layer>& barrierLayer,
mCurrentState.barrierLayer = nullptr;
mCurrentState.frameNumber = 0;
mCurrentState.modified = false;
- ALOGE("Deferred transaction");
}
void Layer::deferTransactionUntil(const sp<IBinder>& barrierHandle,