Android Fatal Signal 11

前端 未结 10 1247
小鲜肉
小鲜肉 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:47

    I had the same problem with an instance of android.media.MediaRecorder.

    The code accessed #getMaxAmplitude() after #reset() and #release() on the MediaRecorder instance had been called.

提交回复
热议问题