Print logcat jni android studio

https://hocdelamduocviec.blogspot.com/2015/10/print-logcat-jni-android-studio.html
android.ndk { moduleName = "hello-jni" moduleName = "CurrentTime" ldLibs = ["android", "log"] /* * Other ndk flags configurable here are * cppFlags += "-fno-rtti" * cppFlags += "-fno-exceptions" * ldLibs = ["android", "log"] * stl = "system" */}
#include <android/log.h>
__android_log_print(ANDROID_LOG_DEBUG, "TG", "dfdsfsf");