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

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -