MWEngine icon indicating copy to clipboard operation
MWEngine copied to clipboard

Use systrace instead of logging in native layer

Open igorski opened this issue 4 years ago • 0 comments

When logging from the native layer, this can block the rendering (when executed from a callback). As such it is preferred to use systrace instead.

Refactor debug.cpp and remove log from the make list library inclusion.

igorski avatar Apr 27 '20 08:04 igorski