rive-android
rive-android copied to clipboard
Errors logged on older device apis'
When backing out of activities with the rive view on android API 22 we get this error logged. it does not cause a crash however.
2021-11-25 14:53:57.559 8746-8802/app.rive.runtime.example E/EGL_emulation: tid 8802: eglMakeCurrent(1483): error 0x3009 (EGL_BAD_MATCH)
2021-11-25 14:53:57.559 8746-8802/app.rive.runtime.example E/libEGL: eglMakeCurrent:777 error 3009 (EGL_BAD_MATCH)
2021-11-25 14:53:57.571 8746-8803/app.rive.runtime.example E/EGL_emulation: tid 8803: eglMakeCurrent(1483): error 0x3009 (EGL_BAD_MATCH)
2021-11-25 14:53:57.571 8746-8803/app.rive.runtime.example E/libEGL: eglMakeCurrent:777 error 3009 (EGL_BAD_MATCH)
seems to happen when we set makeCurrent(EGL_NO_SURFACE);
I have this issue too with API 33 and 34. Has anyone found a solution?