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

Commit f99c91c9 authored by Mathias Agopian's avatar Mathias Agopian Committed by Android (Google) Code Review
Browse files

Merge "remove some logs"

parents 9402a667 32ae094d
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;
}