My application has lots of Log.i(); statements added for debugging. Now if such an application need to be uploaded to market
Should these logs be removed, and if yes is there an easy way than manual removal
If not removed, will those logs be coming if the application is run by the user after installing from the market
( i tried to see the logs for some applications and i couldnt see any logs from the applications. I could see only android logs like from activity manager . But i dont see why the logs will not be displayed if they are not removed from the code)