EGL logging
This commit is contained in:
@@ -135,6 +135,7 @@ FlutterEGLContext::FlutterEGLContext(
|
|||||||
// find an opaque config
|
// find an opaque config
|
||||||
if (!eglChooseConfig(_eglDisplay, configAttribs, &_eglConfig, 1,
|
if (!eglChooseConfig(_eglDisplay, configAttribs, &_eglConfig, 1,
|
||||||
&configsCount)) {
|
&configsCount)) {
|
||||||
|
std::cout << "Failed to find EGL config" << std::endl;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user