ref _ https://simmmmmk.tistory.com/16
JNI에서 printf, Log.d()는 먹히지 않는다.
#Include <android/log.h>
헤더 추가 후
__android_log_print(LOG_TYPE, "title", "text", variable); 형식으로 출력할 수 있다.
ex )
__android_log_print(ANDROID_LOG_INFO, "TEST", "%d\n", 10);