aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSatoshi Kataoka <satok@google.com>2012-09-10 17:13:47 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-09-10 17:13:47 -0700
commit2d51ba0d23bbbd957e76b35808ea10829cd9f629 (patch)
tree7bc4ad34b516f5b37160af243479438ca28ce993
parent0dbfa8d7595291a42cd804cd68bdf080b0fcc927 (diff)
parent01a9801fcf8f5ab491405b1240319f0120063087 (diff)
downloadlatinime-2d51ba0d23bbbd957e76b35808ea10829cd9f629.tar.gz
latinime-2d51ba0d23bbbd957e76b35808ea10829cd9f629.tar.xz
latinime-2d51ba0d23bbbd957e76b35808ea10829cd9f629.zip
am 01a9801f: am c80b3a29: Merge "Add DEBUG_GEO_FULL flag" into jb-mr1-dev
* commit '01a9801fcf8f5ab491405b1240319f0120063087': Add DEBUG_GEO_FULL flag
-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