aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSatoshi Kataoka <satok@google.com>2012-09-10 02:02:55 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-09-10 02:02:55 -0700
commitc80b3a29a872e41c2cdc0532e0496db8c8eff64d (patch)
tree7bc4ad34b516f5b37160af243479438ca28ce993
parent32e85fdacfb4c865c7e1565d80697e97e21f3484 (diff)
parent23a57eafbbe9eaf8c9f898869872da6f5717af16 (diff)
downloadlatinime-c80b3a29a872e41c2cdc0532e0496db8c8eff64d.tar.gz
latinime-c80b3a29a872e41c2cdc0532e0496db8c8eff64d.tar.xz
latinime-c80b3a29a872e41c2cdc0532e0496db8c8eff64d.zip
Merge "Add DEBUG_GEO_FULL flag" into jb-mr1-dev
-rw-r--r--native/jni/src/defines.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/native/jni/src/defines.h b/native/jni/src/defines.h
index 0b150ed7b..83fc73cde 100644
--- a/native/jni/src/defines.h
+++ b/native/jni/src/defines.h
@@ -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