react-native-nodemediaclient icon indicating copy to clipboard operation
react-native-nodemediaclient copied to clipboard

java.lang.IllegalStateException

Open daxaxelrod opened this issue 5 years ago • 2 comments

Hi, Experiencing the following in production. Happens when the component is unmounting.

java.lang.IllegalStateException: at android.graphics.SurfaceTexture.nativeUpdateTexImage (Native Method) at android.graphics.SurfaceTexture.updateTexImage (SurfaceTexture.java:248) at cn.nodemedia.NodeCameraView.onDrawFrame (NodeCameraView.java:324) at android.opengl.GLSurfaceView$GLThread.guardedRun (GLSurfaceView.java:1573) at android.opengl.GLSurfaceView$GLThread.run (GLSurfaceView.java:1272)

daxaxelrod avatar Sep 14 '20 22:09 daxaxelrod

https://developer.android.com/reference/android/graphics/SurfaceTexture#detachFromGLContext()

daxaxelrod avatar Sep 14 '20 22:09 daxaxelrod

https://developer.android.com/reference/android/graphics/SurfaceTexture#detachFromGLContext()

U resolve this issue?

kot-ezhva avatar Oct 14 '21 12:10 kot-ezhva