am c80b3a29: Merge "Add DEBUG_GEO_FULL flag" into jb-mr1-dev

* commit 'c80b3a29a872e41c2cdc0532e0496db8c8eff64d':
  Add DEBUG_GEO_FULL flag
main
Satoshi Kataoka 2012-09-10 02:04:54 -07:00 committed by Android Git Automerger
commit 01a9801fcf
1 changed files with 4 additions and 0 deletions

View File

@ -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