VideoView memory leak

后端 未结 4 1814
南笙
南笙 2020-12-21 03:56

Has any of you encountered a similar memory leak? This is how I\'m handling the VideoView at the moment

@Override
protected void onFinishInflate() {
    supe         


        
4条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-21 04:23

    If you are using Butterknife make sure to unbind, and if you aint't make sure to call videoView.stopPlayback() in your onDestroy

提交回复
热议问题