I've created a game and every tick of the game loop this log occurs
09-05 07:53:20.213 27150-27240/com.x.y I/SurfaceView: Locking canvas... stopped=false, win=android.view.SurfaceView$MyWindow@32beabb4 09-05 07:53:20.226 27150-27240/com.x.y I/SurfaceView: Returned canvas: android.view.Surface$CompatibleCanvas@34b823dd
How to prevent this log from occurring? I'm worried it is affecting performance.