From: Xavier Ducrohet Date: Mon, 7 Feb 2011 17:55:23 +0000 (-0800) Subject: Package the plug-ins with debug info. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f41d6bc0fd1f27eeceee4139939c9d207cc2e1f6;p=android-x86%2Fsdk.git Package the plug-ins with debug info. This allows us to get useful stack trace from external users. Change-Id: I588ba6284f7f62cb7a7b73405e805171f350adab --- diff --git a/eclipse/buildConfig/build.properties b/eclipse/buildConfig/build.properties index cd477d80b..45cc3c22b 100644 --- a/eclipse/buildConfig/build.properties +++ b/eclipse/buildConfig/build.properties @@ -211,7 +211,7 @@ skipFetch=true logExtension=.log # Whether or not to include debug info in the output jars -javacDebugInfo=false +javacDebugInfo=true # Whether or not to fail the build if there are compiler errors javacFailOnError=true