remove some logs

Change-Id: Ia476184048ee419e19330a56dc8e6553189f6a24
This commit is contained in:
Mathias Agopian 2011-03-02 18:45:50 -08:00
parent 26f429d60e
commit 1c71a47a6d

View File

@ -2150,8 +2150,8 @@ status_t SurfaceFlinger::captureScreenImplLocked(DisplayID dpy,
sh = (!sh) ? hw_h : sh;
const size_t size = sw * sh * 4;
LOGD("screenshot: sw=%d, sh=%d, minZ=%d, maxZ=%d",
sw, sh, minLayerZ, maxLayerZ);
//LOGD("screenshot: sw=%d, sh=%d, minZ=%d, maxZ=%d",
// sw, sh, minLayerZ, maxLayerZ);
// make sure to clear all GL error flags
while ( glGetError() != GL_NO_ERROR ) ;
@ -2236,7 +2236,7 @@ status_t SurfaceFlinger::captureScreenImplLocked(DisplayID dpy,
hw.compositionComplete();
LOGD("screenshot: result = %s", result<0 ? strerror(result) : "OK");
// LOGD("screenshot: result = %s", result<0 ? strerror(result) : "OK");
return result;
}