aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins
diff options
context:
space:
mode:
authorRaphael Moll <ralf@android.com>2011-03-10 12:32:21 -0800
committerAndroid Code Review <code-review@android.com>2011-03-10 12:32:21 -0800
commit403096ea5c28a741b3942069117a657a098fab17 (patch)
treefe6d10a0258b241163d34c59d3263cfbb8779b8b /eclipse/plugins
parent32a13cb3d89fbafb98de5ce3e3448678c6a4b692 (diff)
parentff8c2115e1a036038b7379e548f2eb012dcdf199 (diff)
downloadsdk-403096ea5c28a741b3942069117a657a098fab17.zip
sdk-403096ea5c28a741b3942069117a657a098fab17.tar.gz
sdk-403096ea5c28a741b3942069117a657a098fab17.tar.bz2
Merge "Deactive the logging code used for issue 15003."
Diffstat (limited to 'eclipse/plugins')
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/AdtPlugin.java5
1 files changed, 4 insertions, 1 deletions
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$