Merge "Output dictionary format version for dump."
This commit is contained in:
commit
0a04f8be93
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue