OSDN Git Service

Package the plug-ins with debug info.
authorXavier Ducrohet <xav@android.com>
Mon, 7 Feb 2011 17:55:23 +0000 (09:55 -0800)
committerXavier Ducrohet <xav@android.com>
Mon, 7 Feb 2011 18:03:46 +0000 (10:03 -0800)
This allows us to get useful stack trace from external users.

Change-Id: I588ba6284f7f62cb7a7b73405e805171f350adab

eclipse/buildConfig/build.properties

index cd477d8..45cc3c2 100644 (file)
@@ -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