summaryrefslogtreecommitdiff
path: root/libs/gui/SurfaceComposerClient.cpp
diff options
context:
space:
mode:
author Mathias Agopian <mathias@google.com> 2013-08-01 15:48:40 -0700
committer Mathias Agopian <mathias@google.com> 2013-08-01 15:48:40 -0700
commitba93b3f8e403636b614a4a379f9421bc70dca84f (patch)
tree4df2e51cd7003803a8f7d75f1fa5896493c9da4a /libs/gui/SurfaceComposerClient.cpp
parent87f9b877964b7d7db9b59ba45b73b4b1a779ecf8 (diff)
log an error when dequeueBuffer gets a NULL Fence
Bug: 9858745 Change-Id: If35d6a7d770bf0a42d55bc55880a9ddb721fcfd0
Diffstat (limited to 'libs/gui/SurfaceComposerClient.cpp')
-rw-r--r--libs/gui/SurfaceComposerClient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gui/SurfaceComposerClient.cpp b/libs/gui/SurfaceComposerClient.cpp
index 94f21b6452..bad4138832 100644
--- a/libs/gui/SurfaceComposerClient.cpp
+++ b/libs/gui/SurfaceComposerClient.cpp
@@ -653,7 +653,7 @@ status_t ScreenshotClient::update(const sp<IBinder>& display,
mHaveBuffer = false;
}
- status_t err = s->captureScreen(display,cpuConsumer->getBufferQueue(),
+ status_t err = s->captureScreen(display, cpuConsumer->getBufferQueue(),
reqWidth, reqHeight, minLayerZ, maxLayerZ, true);
if (err == NO_ERROR) {