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

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

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

* commit 'ed318bff':
  log.h: Fix typo
parents 8a5198a1 ed318bff
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