Errno = 13 and how to debug this more efficiently?

后端 未结 3 416
鱼传尺愫
鱼传尺愫 2021-01-16 16:52

I\'m making an application and when i go from menu to an other activity that display image using the e3roid framework, i allways get this (logcat):

D/PhoneWi         


        
3条回答
  •  春和景丽
    2021-01-16 17:35

    Hmm..I guess your device supports ARGB_8888 because all the images loaded well on your screen. OpenGL sometimes shows strange errors when the device encounters low memory situations.

提交回复
热议问题