android - Should logs be disabled before releasing app? -


i release app. should remove log statements , e.printstacktrace() within catch statements ?

logs essential troubleshooting resources, deployed software.

i limit logging production releases (perhaps limit "only log in emergencies"). not categorically "no logging".

here discussion (with guidelines):

ps: having said that, hasten add:

no, should not have "debug" or "informational" logging in production release.

which android documentation, cited in above links, says.


Comments

Popular posts from this blog

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -

php - Deleting/Renaming a locked file -