commit | 787945bf1ef2e5449b5df16dfe15beeb0fd7cb71 | [log] [tgz] |
---|---|---|
author | satok <satok@google.com> | Thu Jul 14 08:32:57 2011 +0900 |
committer | satok <satok@google.com> | Thu Jul 14 08:32:57 2011 +0900 |
tree | 64beb0ea9366063c026b536d3f245dce58d4ab1b | |
parent | 6a6aad07589d7c321d53322ead950e47e8d09272 [diff] [blame] |
Fix build for profiling Change-Id: I39cd0fa37fb738dcbbcf82839b6bb030e3af606b
diff --git a/native/src/bigram_dictionary.cpp b/native/src/bigram_dictionary.cpp index d11aee2..6ed4d09 100644 --- a/native/src/bigram_dictionary.cpp +++ b/native/src/bigram_dictionary.cpp
@@ -45,8 +45,8 @@ #ifdef FLAG_DBG char s[length + 1]; for (int i = 0; i <= length; i++) s[i] = word[i]; -#endif LOGI("Bigram: Found word = %s, freq = %d :", s, frequency); +#endif } // Find the right insertion point