Hi, I think it is better when compiling app for publishing, all log should be removed automatically (also code comments) for better performance and prevent code information disclosure.
I read "You can add STATS to the build configuration symbols.", but can you please give a little bit more information how to disable the logs? Thank you!
I think it is not reliable solution,
We have a lot of logs in between thousands of codes, so implement #if release is reliable only from the starting projects, not ready projects.