OSDN Git Service

Deactive the logging code used for issue 15003.
authorRaphael Moll <ralf@android.com>
Wed, 9 Mar 2011 21:10:43 +0000 (13:10 -0800)
committerRaphael Moll <ralf@android.com>
Wed, 9 Mar 2011 21:10:43 +0000 (13:10 -0800)
This doesn't quite remove the logging code,
just deactivate it for right now.

Change-Id: I9a471926f6575bce117bf6079200f7939457fb57

eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/AdtPlugin.java

index 4fe889d..581c49c 100644 (file)
@@ -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$