Debug options

This commit is contained in:
Dominik Schürmann
2015-03-05 11:14:19 +01:00
parent 18a827eeed
commit 7ccdd7d38e
3 changed files with 6 additions and 2 deletions

View File

@@ -650,7 +650,7 @@ public class KeychainProvider extends ContentProvider {
cursor.setNotificationUri(getContext().getContentResolver(), uri);
}
if (Constants.DEBUG) {
if (Constants.DEBUG && Constants.DEBUG_LOG_DB_QUERIES) {
Log.d(Constants.TAG,
"Query: "
+ qb.buildQuery(projection, selection, selectionArgs, null, null,