Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9f08ce88 authored by Andreas Gampe's avatar Andreas Gampe Committed by Android Git Automerger
Browse files

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

* commit 'f320e8e5':
  log.h: Fix typo
parents ee632f73 f320e8e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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