internetmap
internetmap copied to clipboard
Turn off logging and debugging
This seems inconvenient, so if we really need to purge the log calls maybe we can keep that in a release branch?
"You can deactivate logging by removing calls to Log methods in your source files. You can disable debugging by removing the android:debuggable attribute from the
Also, you should remove all Debug tracing calls that you added to your code, such as startMethodTracing() and stopMethodTracing() method calls."
Debuggable was never set in the first place.