Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Warning: CHECK surface infomation creating=false

When I run my Android application I noticed the following warning in the LogCat window:

Tag: SurfaceView
Text: CHECK surface infomation creating=false formatChanged=false 
sizeChanged=false visible=false visibleChanged=true surfaceChanged=true 
realSizeChanged=false redrawNeeded=false left=false top=false

What does this mean? It doesn't seem to cause any issues, but it would be nice to get rid of the warning.

like image 779
magritte Avatar asked Sep 25 '12 20:09

magritte


1 Answers

This mean no problems

Everything is OK

like image 169
Nam Vu Avatar answered Nov 15 '22 13:11

Nam Vu