aboutsummaryrefslogtreecommitdiffstats
path: root/native/src/defines.h
diff options
context:
space:
mode:
authorsatok <satok@google.com>2011-02-23 18:28:14 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-02-23 18:28:14 -0800
commit10c169a44dcbaf5784d478c4504eb6328e992f81 (patch)
tree560a5e81636e59cf678244c2b9fce892035d7327 /native/src/defines.h
parentededda059c45c83b2e217380c24370b14cfa7eb3 (diff)
parent8fbd55229243cb66c03d5ea1f79dfb39f596590d (diff)
downloadlatinime-10c169a44dcbaf5784d478c4504eb6328e992f81.tar.gz
latinime-10c169a44dcbaf5784d478c4504eb6328e992f81.tar.xz
latinime-10c169a44dcbaf5784d478c4504eb6328e992f81.zip
Merge "Add proximity info to native"
Diffstat (limited to 'native/src/defines.h')
-rw-r--r--native/src/defines.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/native/src/defines.h b/native/src/defines.h
index 918028afe..ddd65c9fa 100644
--- a/native/src/defines.h
+++ b/native/src/defines.h
@@ -28,6 +28,7 @@
#define DEBUG_SHOW_FOUND_WORD DEBUG_DICT_FULL
#define DEBUG_NODE DEBUG_DICT_FULL
#define DEBUG_TRACE DEBUG_DICT_FULL
+#define DEBUG_PROXIMITY_INFO true
// Profiler
#include <time.h>
@@ -83,6 +84,7 @@ static void prof_out(void) {
#define DEBUG_SHOW_FOUND_WORD false
#define DEBUG_NODE false
#define DEBUG_TRACE false
+#define DEBUG_PROXIMITY_INFO false
#define PROF_BUF_SIZE 0
#define PROF_RESET