* commit '67b11cba5bccd0cdc3ce6117a19c5f036f95d35f': Fix build
This commit is contained in:
commit
98520ab9a6
1 changed files with 3 additions and 0 deletions
|
@ -79,6 +79,7 @@ extern "C" {
|
|||
#else
|
||||
#define ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
|
||||
#endif
|
||||
#define ALOGV LOGV
|
||||
#endif
|
||||
|
||||
#define CONDITION(cond) (__builtin_expect((cond)!=0, 0))
|
||||
|
@ -92,6 +93,7 @@ extern "C" {
|
|||
? ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) \
|
||||
: (void)0 )
|
||||
#endif
|
||||
#define ALOGV_IF LOGV_IF
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -162,6 +164,7 @@ extern "C" {
|
|||
#else
|
||||
#define IF_ALOGV() IF_ALOG(LOG_VERBOSE, LOG_TAG)
|
||||
#endif
|
||||
#define IF_ALOGV IF_LOGV
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue