enable sql debug in nightly

This commit is contained in:
Adrian Ulrich 2017-03-27 20:28:07 +02:00
parent a332396f42
commit 53d35fbf57

View File

@ -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
*/