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](https://developer.android.com/studio/profile/systrace-commandline.html). Refactor _debug.cpp_ and remove _log_ from the make list library inclusion.