-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
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
...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels