am 0a04f8be
: Merge "Output dictionary format version for dump."
* commit '0a04f8be93014fe133b88cd9ee4633f278dbff3d': Output dictionary format version for dump.
This commit is contained in:
commit
5ad8931480
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