What does this logcat error message mean?

Deadly 提交于 2019-12-11 09:46:21

问题


Hello stackoverflow Community,

I'm new to android and i wonder what this error message means:

11-11 16:18:41.909      110-259/? E/SurfaceFlinger﹕ SurfaceFlinger translucent=0 isOpaque=1 isExternalDisplayLayer=0 isExternalBlockLayer0
11-11 16:18:41.909      110-259/? E/SurfaceFlinger﹕ SurfaceFlinger translucent=0 isOpaque=1 isExternalDisplayLayer=0 isExternalBlockLayer0
11-11 16:18:41.925      110-259/? E/SurfaceFlinger﹕ SurfaceFlinger translucent=1 isOpaque=0 isExternalDisplayLayer=0 isExternalBlockLayer0
11-11 16:18:41.925      110-259/? E/SurfaceFlinger﹕ SurfaceFlinger translucent=1 isOpaque=0 isExternalDisplayLayer=0 isExternalBlockLayer0
11-11 16:18:41.925      110-259/? E/SurfaceFlinger﹕ SurfaceFlinger translucent=0 isOpaque=1 isExternalDisplayLayer=0 isExternalBlockLayer0
11-11 16:18:41.925      110-259/? E/SurfaceFlinger﹕ SurfaceFlinger translucent=0 isOpaque=1 isExternalDisplayLayer=0 isExternalBlockLayer0
11-11 16:18:41.940      110-259/? E/SurfaceFlinger﹕ SurfaceFlinger translucent=1 isOpaque=0 isExternalDisplayLayer=0 isExternalBlockLayer0
11-11 16:18:41.940      110-259/? E/SurfaceFlinger﹕ SurfaceFlinger translucent=1 isOpaque=0 isExternalDisplayLayer=0 isExternalBlockLayer0

thank you in advance!

I'm using the newest android studio version and a galaxy tab 2 to debug.


回答1:


To close the question,

SurfaceFlinger composites graphics for the display. It has nothing to do with HTTP, and isn't running in the same process as your app. You can ignore the message

-> Thank you fadden



来源:https://stackoverflow.com/questions/19909832/what-does-this-logcat-error-message-mean

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