aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/src/defines.h
diff options
context:
space:
mode:
authorSatoshi Kataoka <satok@google.com>2013-04-11 05:32:01 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-04-11 05:32:02 +0000
commit6c7d008e70e103f6cae21f033f16167f14f1177b (patch)
tree610d7cc7847b11367f37d7d17571cbeda5b724ae /native/jni/src/defines.h
parent6d0027a46ab1b63c329b0a15d98844c374c862ab (diff)
parent8b3009ef4875e37cffbc5ccee532e4e77a34fd36 (diff)
downloadlatinime-6c7d008e70e103f6cae21f033f16167f14f1177b.tar.gz
latinime-6c7d008e70e103f6cae21f033f16167f14f1177b.tar.xz
latinime-6c7d008e70e103f6cae21f033f16167f14f1177b.zip
Merge "add a debug flag to evaluate the most probable string"
Diffstat (limited to 'native/jni/src/defines.h')
-rw-r--r--native/jni/src/defines.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/native/jni/src/defines.h b/native/jni/src/defines.h
index a45691261..a7b023a75 100644
--- a/native/jni/src/defines.h
+++ b/native/jni/src/defines.h
@@ -216,6 +216,7 @@ static inline void prof_out(void) {
#define DEBUG_DOUBLE_LETTER false
#define DEBUG_CACHE false
#define DEBUG_DUMP_ERROR false
+#define DEBUG_EVALUATE_MOST_PROBABLE_STRING false
#ifdef FLAG_FULL_DBG
#define DEBUG_GEO_FULL true
@@ -241,6 +242,7 @@ static inline void prof_out(void) {
#define DEBUG_DOUBLE_LETTER false
#define DEBUG_CACHE false
#define DEBUG_DUMP_ERROR false
+#define DEBUG_EVALUATE_MOST_PROBABLE_STRING false
#define DEBUG_GEO_FULL false