Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32ae094d authored by Mathias Agopian's avatar Mathias Agopian
Browse files

remove some logs

Change-Id: Ia476184048ee419e19330a56dc8e6553189f6a24
parent 7c4beadf
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;
}