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

Commit c80b3a29 authored by Satoshi Kataoka's avatar Satoshi Kataoka Committed by Android (Google) Code Review
Browse files

Merge "Add DEBUG_GEO_FULL flag" into jb-mr1-dev

parents 32e85fda 23a57eaf
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -200,6 +200,8 @@ static inline void prof_out(void) {
#define DEBUG_CORRECTION_FREQ false
#define DEBUG_WORDS_PRIORITY_QUEUE false

#define DEBUG_GEO_FULL false

#else // FLAG_DBG

#define DEBUG_DICT false
@@ -214,6 +216,8 @@ static inline void prof_out(void) {
#define DEBUG_CORRECTION_FREQ false
#define DEBUG_WORDS_PRIORITY_QUEUE false

#define DEBUG_GEO_FULL false

#endif // FLAG_DBG

#ifndef U_SHORT_MAX