Skip to content
Snippets Groups Projects
Commit a16621ad authored by Jean Chalard's avatar Jean Chalard
Browse files

Add a debug variable

...that was missing

Change-Id: Ia3b17909f295e0a93dee633c8d67c0e03840023e
parent 20973de7
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,7 @@ import java.util.Locale;
*/
public class BinaryDictionaryFileDumper {
private static final String TAG = BinaryDictionaryFileDumper.class.getSimpleName();
private static final boolean DEBUG = false;
/**
* The size of the temporary buffer to copy files.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment