mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Add a debug variable
...that was missing Change-Id: Ia3b17909f295e0a93dee633c8d67c0e03840023e
This commit is contained in:
parent
20973de72b
commit
a16621ada4
@ -41,6 +41,7 @@ import java.util.Locale;
|
|||||||
*/
|
*/
|
||||||
public class BinaryDictionaryFileDumper {
|
public class BinaryDictionaryFileDumper {
|
||||||
private static final String TAG = BinaryDictionaryFileDumper.class.getSimpleName();
|
private static final String TAG = BinaryDictionaryFileDumper.class.getSimpleName();
|
||||||
|
private static final boolean DEBUG = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The size of the temporary buffer to copy files.
|
* The size of the temporary buffer to copy files.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user