Skip to content

Disable updateTexture print  #54

@riizkay

Description

@riizkay

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 
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions