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

Commit c29acb5b authored by Jean Chalard's avatar Jean Chalard Committed by Android Git Automerger
Browse files

am cb13d11c: Add a trace.

* commit 'cb13d11c':
  Add a trace.
parents 7511b2eb cb13d11c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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) {