在C/C++ 程式裡面加上 #include android/log.h #define LOG_TAG "ProjectName" #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, LOG_TAG ...
確定! 回上一頁