am ed318bff: Merge "log.h: Fix typo"
* commit 'ed318bff41c4515ca79a11afb97507a452e9fcd3': log.h: Fix typo
This commit is contained in:
commit
f320e8e53d
1 changed files with 1 additions and 1 deletions
|
|
@ -548,7 +548,7 @@ typedef enum {
|
||||||
* IF_ALOG as a convenient means to reimplement their policy
|
* IF_ALOG as a convenient means to reimplement their policy
|
||||||
* over Android.
|
* over Android.
|
||||||
*/
|
*/
|
||||||
#if LOG_NDEBUG /* Production *?
|
#if LOG_NDEBUG /* Production */
|
||||||
#define android_testLog(prio, tag) \
|
#define android_testLog(prio, tag) \
|
||||||
(__android_log_is_loggable(prio, tag, ANDROID_LOG_DEBUG) != 0)
|
(__android_log_is_loggable(prio, tag, ANDROID_LOG_DEBUG) != 0)
|
||||||
#else
|
#else
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue