aboutsummaryrefslogtreecommitdiffstats
path: root/native/src/defines.h
diff options
context:
space:
mode:
authorsatok <satok@google.com>2011-02-22 17:28:55 +0900
committersatok <satok@google.com>2011-02-23 23:04:00 +0900
commit8fbd55229243cb66c03d5ea1f79dfb39f596590d (patch)
tree5415af2a34bb5d362802e06a43b7ba576138c86d /native/src/defines.h
parentedb722abefaa56708cd1d3ee617e35e5ed2f7f6a (diff)
downloadlatinime-8fbd55229243cb66c03d5ea1f79dfb39f596590d.tar.gz
latinime-8fbd55229243cb66c03d5ea1f79dfb39f596590d.tar.xz
latinime-8fbd55229243cb66c03d5ea1f79dfb39f596590d.zip
Add proximity info to native
Bug: 3311719 Change-Id: Ie596304070e321ad23fb67a13bf05e2b6af1b54b
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