diff options
| author | Steve Block <steveblock@google.com> | 2011-11-15 13:07:22 -0800 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2011-11-15 13:07:22 -0800 |
| commit | 98520ab9a656e44df364bf5eec60518e6cee54f9 (patch) | |
| tree | fcf2f8b6201b4b7c30945b1edc74c55aeabd2fe1 /include/cutils | |
| parent | 2992f1813a13bdcfa89c2de68887aefc66496942 (diff) | |
| parent | 67b11cba5bccd0cdc3ce6117a19c5f036f95d35f (diff) | |
| download | system_core-98520ab9a656e44df364bf5eec60518e6cee54f9.tar.gz system_core-98520ab9a656e44df364bf5eec60518e6cee54f9.tar.bz2 system_core-98520ab9a656e44df364bf5eec60518e6cee54f9.zip | |
am 67b11cba: am 25a89e77: Fix build
* commit '67b11cba5bccd0cdc3ce6117a19c5f036f95d35f':
Fix build
Diffstat (limited to 'include/cutils')
| -rw-r--r-- | include/cutils/log.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/cutils/log.h b/include/cutils/log.h index 0e638097..df6630fd 100644 --- a/include/cutils/log.h +++ b/include/cutils/log.h @@ -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 /* |
