Skip to content
Snippets Groups Projects
Commit 93515079 authored by Keisuke Kuroyanagi's avatar Keisuke Kuroyanagi
Browse files

Output dictionary format version for dump.

Change-Id: I13873727dbb25550a5087c883968a77094d2115d
parent 84070cbc
No related branches found
No related tags found
No related merge requests found
......@@ -607,6 +607,7 @@ abstract public class ExpandableBinaryDictionary extends Dictionary {
Log.d(TAG, "Dump dictionary: " + mDictName);
try {
final DictionaryHeader header = mBinaryDictionary.getHeader();
Log.d(TAG, "Format version: " + mBinaryDictionary.getFormatVersion());
Log.d(TAG, CombinedFormatUtils.formatAttributeMap(
header.mDictionaryOptions.mAttributes));
} catch (final UnsupportedFormatException e) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment