internetmap icon indicating copy to clipboard operation
internetmap copied to clipboard

Turn off logging and debugging

Open chani3 opened this issue 12 years ago • 1 comments

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 tag in your manifest file, or by setting the android:debuggable attribute to false in your manifest file. Also, remove any log files or static test files that were created in your project.

Also, you should remove all Debug tracing calls that you added to your code, such as startMethodTracing() and stopMethodTracing() method calls."

chani3 avatar Mar 01 '13 00:03 chani3

Debuggable was never set in the first place.

chani3 avatar Mar 04 '13 18:03 chani3