am f320e8e5: am ed318bff: Merge "log.h: Fix typo"

* commit 'f320e8e53df75ba50db755c89843251e481dc696':
  log.h: Fix typo
This commit is contained in:
Andreas Gampe 2015-02-11 02:48:05 +00:00 committed by Android Git Automerger
commit 9f08ce8886

View file

@ -548,7 +548,7 @@ typedef enum {
* 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