diff options
author | Raphael Moll <ralf@android.com> | 2011-03-09 13:10:43 -0800 |
---|---|---|
committer | Raphael Moll <ralf@android.com> | 2011-03-09 13:10:43 -0800 |
commit | ff8c2115e1a036038b7379e548f2eb012dcdf199 (patch) | |
tree | dcd17b0bc4fb1277efa1f8cc2e2a9b9c5d589331 | |
parent | a3b6e932a5387e72b62b26da4f585cb376a17162 (diff) | |
download | sdk-ff8c2115e1a036038b7379e548f2eb012dcdf199.zip sdk-ff8c2115e1a036038b7379e548f2eb012dcdf199.tar.gz sdk-ff8c2115e1a036038b7379e548f2eb012dcdf199.tar.bz2 |
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
-rw-r--r-- | eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/AdtPlugin.java | 5 |
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$ |