diff options
author | Xavier Ducrohet <xav@android.com> | 2011-02-07 09:55:23 -0800 |
---|---|---|
committer | Xavier Ducrohet <xav@android.com> | 2011-02-07 10:03:46 -0800 |
commit | f41d6bc0fd1f27eeceee4139939c9d207cc2e1f6 (patch) | |
tree | c86658ab949ae499adc8e6275765c457d6f35197 /eclipse/buildConfig | |
parent | caff59873589e0d0e45c140629c70bbbdf2d5ccf (diff) | |
download | sdk-f41d6bc0fd1f27eeceee4139939c9d207cc2e1f6.zip sdk-f41d6bc0fd1f27eeceee4139939c9d207cc2e1f6.tar.gz sdk-f41d6bc0fd1f27eeceee4139939c9d207cc2e1f6.tar.bz2 |
Package the plug-ins with debug info.
This allows us to get useful stack trace from external users.
Change-Id: I588ba6284f7f62cb7a7b73405e805171f350adab
Diffstat (limited to 'eclipse/buildConfig')
-rw-r--r-- | eclipse/buildConfig/build.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse/buildConfig/build.properties b/eclipse/buildConfig/build.properties index cd477d8..45cc3c2 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 |