0

I have an application in worklight and am getting an error when running the application on android. As log below:

02-13 08:19:07.470: W/chromium(942): [WARNING:proxy_service.cc(888)] PAC support disabled because there is no system implementation
02-13 08:19:07.590: E/chromium(942): [ERROR:gl_surface_egl.cc(153)] No suitable EGL configs found.
02-13 08:19:07.590: E/chromium(942): [ERROR:gl_surface_egl.cc(620)] GLSurfaceEGL::InitializeOneOff failed.
02-13 08:19:07.600: E/chromium(942): [ERROR:gl_surface_egl.cc(153)] No suitable EGL configs found.
02-13 08:19:07.600: E/chromium(942): [ERROR:gl_surface_egl.cc(620)] GLSurfaceEGL::InitializeOneOff failed.
02-13 08:19:07.600: E/chromium(942): [ERROR:gpu_info_collector.cc(86)] gfx::GLSurface::InitializeOneOff() failed
Fabio De Carli
  • 379
  • 3
  • 12

1 Answers1

0

See if this related question is relevant to you: Avoiding The "No EGLConfig found!" Error

If you are using an unofficial ROM for your device, this message may appear and there is no way to prevent it.

Community
  • 1
  • 1
Idan Adar
  • 44,156
  • 13
  • 50
  • 89