Android Fatal Signal 11

前端 未结 10 1238
小鲜肉
小鲜肉 2020-12-14 05:25

In the app I\'m developing on Android, I keep getting a Fatal Signal 11 error.

I think it\'s something to do with the way that I\'m accessing the memory but I can\'t

10条回答
  •  执念已碎
    2020-12-14 05:59

    In my case, it was a null pointer exception inside an onDraw event that prevent the draw to be completed on the canvas. I think is a general error message given when a draw problem ocurr.

提交回复
热议问题