Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error Message in console on running the app on emulator: WindowSurfaceColorBuffer

Tags:

android

What does this error message mean?

setWindowSurfaceColorBuffer: bad color buffer handle 0

My app works fine and it does not seem to be affected by this message in console output in Eclipse. Is there some way that this message is affecting my app in producing best results?

like image 706
PeteBeat Avatar asked Jun 18 '14 14:06

PeteBeat


1 Answers

I ran into this recently, it appears that it is a bug. All I did was restart my emulator and run the app again.

like image 147
eLL Avatar answered Nov 07 '22 20:11

eLL