diff --git a/gfx/context/androidegl_ctx.c b/gfx/context/androidegl_ctx.c index a0ab8053f4..176fe63381 100644 --- a/gfx/context/androidegl_ctx.c +++ b/gfx/context/androidegl_ctx.c @@ -188,6 +188,7 @@ static bool gfx_ctx_init(void) return true; error: + RARCH_ERR("EGL error: %d.\n", eglGetError()); gfx_ctx_destroy(); return false; }