am cb13d11c: Add a trace.

* commit 'cb13d11c0af95b0621c012be9c01e04a463e40c5':
  Add a trace.
main
Jean Chalard 2013-07-04 21:12:54 -07:00 committed by Android Git Automerger
commit c29acb5b69
1 changed files with 1 additions and 0 deletions

View File

@ -308,6 +308,7 @@ public final class BinaryDictionaryFileDumper {
Log.e(TAG, "Could not have the dictionary pack delete a word list");
}
BinaryDictionaryGetter.removeFilesWithIdExcept(context, wordlistId, finalFile);
Log.e(TAG, "Successfully copied file for wordlist ID " + wordlistId);
// Success! Close files (through the finally{} clause) and return.
return;
} catch (Exception e) {