enable sql debug in nightly
This commit is contained in:
parent
a332396f42
commit
53d35fbf57
@ -31,7 +31,7 @@ public class MediaLibraryBackend extends SQLiteOpenHelper {
|
||||
/**
|
||||
* Enables or disables debugging
|
||||
*/
|
||||
private static final boolean DEBUG = false;
|
||||
private static final boolean DEBUG = true;
|
||||
/**
|
||||
* The database version we are using
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user