__android_log_print (ANDROID_LOG_DEBUG,LOG_TAG, ## __VA_ARGS__) fun() { ALOGE("debug log"); } 然后 adb logcat -s JNI_DEBUG 即可过滤log ...
確定! 回上一頁