From ff8c2115e1a036038b7379e548f2eb012dcdf199 Mon Sep 17 00:00:00 2001 From: Raphael Moll Date: Wed, 9 Mar 2011 13:10:43 -0800 Subject: Deactive the logging code used for issue 15003. This doesn't quite remove the logging code, just deactivate it for right now. Change-Id: I9a471926f6575bce117bf6079200f7939457fb57 --- .../src/com/android/ide/eclipse/adt/AdtPlugin.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/AdtPlugin.java b/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/AdtPlugin.java index 4fe889d..581c49c 100644 --- a/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/AdtPlugin.java +++ b/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/AdtPlugin.java @@ -117,8 +117,11 @@ public class AdtPlugin extends AbstractUIPlugin implements ILogger { /** * Temporary logging code to help track down * http://code.google.com/p/android/issues/detail?id=15003 + * + * Deactivated right now. + * TODO remove this and associated logging code once we're done with issue 15003. */ - public static final boolean DEBUG_XML_FILE_INIT = true; + public static final boolean DEBUG_XML_FILE_INIT = false; /** The plug-in ID */ public static final String PLUGIN_ID = "com.android.ide.eclipse.adt"; //$NON-NLS-1$ -- cgit v1.1