GsaIOException Buffer overflow, no available space

后端 未结 4 856
暗喜
暗喜 2020-12-06 16:09

I have a MediaPlayer app with a live streaming function. When I test the app with a physically device(API 22 Lollipop and API 23 Marshmallow) there are no problems with star

4条回答
  •  孤街浪徒
    2020-12-06 16:59

    I did receive the same issue, and i did the following things to make this crash occurs. Few api's that i wrote needed to allocate some memory since a file needed to be parsed and kept in that buffer. I started parsing the file without allocating the buffer hence received that message. So you could look into similar code where you might be doing the same.

提交回复
热议问题