MWEngine
MWEngine copied to clipboard
Use systrace instead of logging in native layer
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.