You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
I'm hitting invalid framebuffer operations on the following devices on AWS device farm:
Crash message:
java.lang.Error: glClear(mask): Error GL_INVALID_FRAMEBUFFER_OPERATION at /mapbox-gl-native/src/mbgl/gl/context.cpp:532
Affected devices:
The crash points to
MBGL_CHECK_ERROR(glClear(mask));
as part ofContext::clear
.Tests were created from the release branch.
The test above should in normal situations show extrusions.
Logcat output
The text was updated successfully, but these errors were encountered: