15

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.

Cœur
  • 37,241
  • 25
  • 195
  • 267
magritte
  • 7,396
  • 10
  • 59
  • 79

1 Answers1

16

This mean no problems

Everything is OK

Nam Vu
  • 5,669
  • 7
  • 58
  • 90