Loading services/surfaceflinger/SurfaceFlinger.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -2720,6 +2720,9 @@ status_t SurfaceFlinger::captureScreenImplLocked( } } // compositionComplete is needed for older driver hw->compositionComplete(); // and finishing things up... if (eglSwapBuffers(mEGLDisplay, eglSurface) != EGL_TRUE) { ALOGE("captureScreenImplLocked: eglSwapBuffers() failed 0x%4x", Loading Loading
services/surfaceflinger/SurfaceFlinger.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -2720,6 +2720,9 @@ status_t SurfaceFlinger::captureScreenImplLocked( } } // compositionComplete is needed for older driver hw->compositionComplete(); // and finishing things up... if (eglSwapBuffers(mEGLDisplay, eglSurface) != EGL_TRUE) { ALOGE("captureScreenImplLocked: eglSwapBuffers() failed 0x%4x", Loading