We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
(gdb) sMaliSDK::EGLRuntime::initializeEGL (requestedAPIVersion=MaliSDK::EGLRuntime::OPENGLES2) at src/EGLRuntime.cpp:287287 surface = eglCreateWindowSurface(display, config, (EGLNativeWindowType)(platform->window), windowAttributes);(gdb) print platform->window$8 = (fbdev_window *) 0x1c0e8(gdb) n288 if(surface == EGL_NO_SURFACE)(gdb) print surface$9 = (EGLSurface) 0x0(gdb) s290 EGLint error = eglGetError();(gdb) n291 LOGE("eglGetError(): %i (0x%.4x)\n", (int)error, (int)error);(gdb) nError: eglGetError(): 12299 (0x300b)