commit | f45bbe496fbb606678408733f13e17e951b12ebe | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Mon Feb 09 16:13:33 2015 -0800 |
committer | Andreas Gampe <agampe@google.com> | Mon Feb 09 16:13:33 2015 -0800 |
tree | 08c2479c70f12856b7d4e3b3b19419cafde577f5 | |
parent | fd867303861eb25bf7973739e71dc29b6356a336 [diff] |
log.h: Fix typo Change-Id: I6b5e9bc9d40e5e5ecf9f50f7392675391e6f18e6
diff --git a/include/log/log.h b/include/log/log.h index d95bf1a..99015db 100644 --- a/include/log/log.h +++ b/include/log/log.h
@@ -548,7 +548,7 @@ * IF_ALOG as a convenient means to reimplement their policy * over Android. */ -#if LOG_NDEBUG /* Production *? +#if LOG_NDEBUG /* Production */ #define android_testLog(prio, tag) \ (__android_log_is_loggable(prio, tag, ANDROID_LOG_DEBUG) != 0) #else