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
Post a Comment