I sued JWVrVideoView to play VR video and after checking memory leak with Android Studio, I see JWVrVideoView is leaking. Here is more info:
a in com.longtailvideo.jwplayer.vr.e.b$1@719976480 (0x2ae9f820)
mOnSeekBarChangeListener android.support.v7.widget.AppCompatSeekBar@731012096 (0x2b925c00)
mOwningView in android.view.RenderNode@722709440 (0x2b13abc0)
I cannot attached image to the answer so I just post the instance that lead to memory leak.I already set mVrVideoView.onDestroy(); in onDestroy callback from activity. Please let me know how to resolve it.
↧