summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMartijn Coenen <maco@google.com>2014-10-10 15:17:43 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-10 15:17:43 +0000
commitf6525245a348abb715233aa91994fd919f29e523 (patch)
treee2f8428200e0657f4e8b8adc08d8a57618610ec3 /src
parente86bb9cc8edbb88e9ac796b1fa0c9d1620f96832 (diff)
parent38445c6a28280e879bd8d9c6bba0619498604ca0 (diff)
downloadandroid_packages_apps_Nfc-f6525245a348abb715233aa91994fd919f29e523.tar.gz
android_packages_apps_Nfc-f6525245a348abb715233aa91994fd919f29e523.tar.bz2
android_packages_apps_Nfc-f6525245a348abb715233aa91994fd919f29e523.zip
am 38445c6a: am b58a7494: Disable service cache debug.
* commit '38445c6a28280e879bd8d9c6bba0619498604ca0': Disable service cache debug.
Diffstat (limited to 'src')
-rw-r--r--src/com/android/nfc/cardemulation/RegisteredServicesCache.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/nfc/cardemulation/RegisteredServicesCache.java b/src/com/android/nfc/cardemulation/RegisteredServicesCache.java
index 842d4372..f94366f5 100644
--- a/src/com/android/nfc/cardemulation/RegisteredServicesCache.java
+++ b/src/com/android/nfc/cardemulation/RegisteredServicesCache.java
@@ -68,7 +68,7 @@ import java.util.concurrent.atomic.AtomicReference;
public class RegisteredServicesCache {
static final String XML_INDENT_OUTPUT_FEATURE = "http://xmlpull.org/v1/doc/features.html#indent-output";
static final String TAG = "RegisteredServicesCache";
- static final boolean DEBUG = true;
+ static final boolean DEBUG = false;
final Context mContext;
final AtomicReference<BroadcastReceiver> mReceiver;