E/eglCodecCommon: GoldfishAddressSpaceHostMemoryAllocator: ioctl_ping failed for device_type=5, ret=-1

霸气de小男生 提交于 2020-08-01 03:54:43

问题


Everytime I test my APP on AndroidStudio I get this error message.

My APP works fine, but I am a little confused/curious about what this error means.

Even when I google for GoldfishAddressSpaceHostMemoryAllocator I find 4 unrelated results (they name the Class but are not trying to fix it).

What this error message means?


回答1:


The library is logging an issue. Since you aren't seeing an issue with your app, then it's okay to ignore the message. You can set a Logcat filter to ignore the tag eglCodecCommon.

The library causing the issue is OpenGl, a graphics library for Android. If you're interested, here is a link to the source code throwing the error: https://android.googlesource.com/device/generic/goldfish-opengl/+/refs/heads/master/shared/OpenglCodecCommon/goldfish_address_space_android.impl#400




回答2:


Hello just add : mavenCentral() in build.gradle (project)



来源:https://stackoverflow.com/questions/58962124/e-eglcodeccommon-goldfishaddressspacehostmemoryallocator-ioctl-ping-failed-for

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!