If we do not manually link the Android log library to Kompute, an error message undefined symbol: __android_log_write will occur during the compilation process. This is because when compiling for Android, only the android library was linked but the log library was not.
If we do not manually link the Android log library to Kompute, an error message
undefined symbol: __android_log_writewill occur during the compilation process. This is because when compiling for Android, only theandroidlibrary was linked but theloglibrary was not.