how can I disable print when calling updateTexture function?
I'm doing loop at 40ms interval when animating my render, but the print keep appears repeatly, and it's so annoying
The terminal console will looked like this:
D/com.futouapp.flutter_gl.flutter_gl.EglEnv(21522): egl make current
D/com.futouapp.flutter_gl.flutter_gl.EglEnv(21522): egl make current
D/com.futouapp.flutter_gl.flutter_gl.EglEnv(21522): egl make current
D/com.futouapp.flutter_gl.flutter_gl.EglEnv(21522): egl make current
D/com.futouapp.flutter_gl.flutter_gl.EglEnv(21522): egl make current
D/com.futouapp.flutter_gl.flutter_gl.EglEnv(21522): egl make current
D/com.futouapp.flutter_gl.flutter_gl.EglEnv(21522): egl make current
D/com.futouapp.flutter_gl.flutter_gl.EglEnv(21522): egl make current
D/com.futouapp.flutter_gl.flutter_gl.EglEnv(21522): egl make current
D/com.futouapp.flutter_gl.flutter_gl.EglEnv(21522): egl make current
...
how can I disable print when calling updateTexture function? I'm doing loop at 40ms interval when animating my render, but the print keep appears repeatly, and it's so annoying The terminal console will looked like this: