wasabia / flutter_gl

cross-platform call OpenGL API by Dart through dart:ffi. Provides OpenGL with Texture Widget on Flutter.
247 stars 62 forks source link

Disable updateTexture print #54

Open riizkay opened 6 months ago

riizkay commented 6 months ago

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 
...
wangguanxiao commented 2 months ago

so do I