Native crash at /system/lib/libwebviewchromium.so on kitkat android 4.4

后端 未结 3 1729
猫巷女王i
猫巷女王i 2020-12-30 01:31

I get \"Native crash at /system/lib/libwebviewchromium.so\" errors many times for android 4.4+. There was no such problem before 4.4.

*** *** *** *** *** ***         


        
3条回答
  •  借酒劲吻你
    2020-12-30 01:53

    There's a chromium bug link on this line:

    06-25 08:31:19.919: E/chromium(2652): [ERROR:gles2_cmd_decoder_autogen.h(69)] [GroupMarkerNotSet(crbug.com/242999)!:C0EBA4B9]GL ERROR :GL_INVALID_ENUM : glBindTexture: target was GL_TEXTURE_EXTERNAL_OES
    

    which is pointing to : https://code.google.com/p/chromium/issues/detail?id=242999

    Most probably, the GLES implementation on genymotion is missing OES_EGL_image_external* *http://www.khronos.org/registry/gles/extensions/OES/OES_EGL_image_external.txt

提交回复
热议问题