Re: [android-developers] Re: Remove Log Statements

2011-11-23 Thread Android Developer
Hi, Did any have any solution for this? proguard return exception for adding external jar file. i am not using ant script for proguard running from eclipse itself. Im getting this exception. Proguard returned with error code 1. See console Unexpected error while performing partial evaluation:

[android-developers] Re: Remove Log Statements

2011-11-21 Thread Jacob Nordfalk
Den onsdag den 16. november 2011 07.42.02 UTC+1 skrev Android Developer: > > > Before pushing application to market we need to remove Log statements. > if application contains more java files then its hard to remove one by > one. > > Its not particularly elegant, but for smaller projects I usu

[android-developers] Re: Remove Log Statements

2011-11-17 Thread gjs
Hi, If you are developing with Eclipse just do a global Search & press Replace button, changing Log.X with // Log.X where X is your debug level Regards On Nov 16, 10:07 pm, Android Developer wrote: > Hi All, > > Any ideas, > > I dont have any luck to get this. > > Thanks > Manikandan > > On Wed