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

Commit 95583c28 authored by Chris Forbes's avatar Chris Forbes Committed by Gerrit Code Review
Browse files

Merge "Suppress logcat error messages when frame timestamp is not found" into main

parents bee3b7a0 20d7badf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2375,7 +2375,7 @@ EGLBoolean eglGetFrameTimestampsANDROIDImpl(EGLDisplay dpy, EGLSurface surface,
        case 0:
            return EGL_TRUE;
        case -ENOENT:
            return setError(EGL_BAD_ACCESS, (EGLBoolean)EGL_FALSE);
            return setErrorQuiet(EGL_BAD_ACCESS, (EGLBoolean)EGL_FALSE);
        case -ENOSYS:
            return setError(EGL_BAD_SURFACE, (EGLBoolean)EGL_FALSE);
        case -EINVAL: