Google Play Services Leak

前端 未结 2 1799
天涯浪人
天涯浪人 2021-01-04 01:44

I started using Google Play Game Services a while ago, and yesterday while checking the logcat I couldnt help to notice this error:

E/DataBuffer(3183)

2条回答
  •  北荒
    北荒 (楼主)
    2021-01-04 02:06

    Any SubClass of Data Buffer needs to be released. So after you are done with that object release it.

    Data Buffer object contains a release() method so after you are done with that object just release it using databuffer.release();.

提交回复
热议问题