diff options
Diffstat (limited to 'native/src/bigram_dictionary.cpp')
-rw-r--r-- | native/src/bigram_dictionary.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/native/src/bigram_dictionary.cpp b/native/src/bigram_dictionary.cpp index 4d9a612a5..f0d5f8c9a 100644 --- a/native/src/bigram_dictionary.cpp +++ b/native/src/bigram_dictionary.cpp @@ -15,6 +15,8 @@ ** limitations under the License. */ +#define LOG_TAG "LatinIME: bigram_dictionary.cpp" + #include "bigram_dictionary.h" namespace latinime { |