#include <cutils/log.h>
log define
#define LOG_TAG "receivedata"
#define HICAR_LOG_ENABLE
#ifdef HICAR_LOG_ENABLE
#ifndef ALOGI_D
#define ALOGI_D(...) ((void)ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__))
#endif
#else
#ifndef ALOGI_D
#define ALOGI_D(...) ((void)0)
#endif
#endif
支持如下几种:
LOG_VERBOSE
LOG_DEBUG
LOG_INFO
LOG_WARN
LOG_ERROR