Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 93515079 authored by Keisuke Kuroyanagi's avatar Keisuke Kuroyanagi
Browse files

Output dictionary format version for dump.

Change-Id: I13873727dbb25550a5087c883968a77094d2115d
parent 84070cbc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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) {