provider: add debug variable to explain query plans

This commit is contained in:
Vincent Breitmoser
2015-11-15 02:18:39 +01:00
parent 529b9518c1
commit 0456caedf4
2 changed files with 29 additions and 4 deletions

View File

@@ -28,6 +28,7 @@ public final class Constants {
public static final boolean DEBUG = BuildConfig.DEBUG;
public static final boolean DEBUG_LOG_DB_QUERIES = false;
public static final boolean DEBUG_EXPLAIN_QUERIES = false;
public static final boolean DEBUG_SYNC_REMOVE_CONTACTS = false;
public static final boolean DEBUG_KEYSERVER_SYNC = false;