C++ 코드에 include <android/log.h> 추가 후 사용, 첫번째 인자는 우선순위, 두번째는 태그, 세번째는 포멧팅, 네번째는 출력내용

__android_log_print(ANDROID_LOG_DEBUG, "dbg", "%d", res );



+ Recent posts