Android-ndk:jni Debug printout in local file

Source: Internet
Author: User
Add header file # include <android/log.h> function __android_log_print (android_log_info,log_tag,title) First parameter Android_log_ INFO (and Android_log_error, etc.), what type of output, the above function is equivalent to Android Java code LOG.I (Log_tag,title), the second parameter is Logcat TAG, the third is printed content. Please go to log.h to see for yourself in detail. You can call # include <android/log.h> #define  log_tag    "Libibmphotophun"   //definition Logcat tag tag # #  Logi (...)  __android_log_print (android_log_info,log_tag,__va_args__)//log (). I#define  LOGE (...)  __android_log_print (android_log_error,log_tag,__va_args__)//log (). E is called when Logi ("Test TAG");

Android-ndk:jni Debug printout in local file

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.