Android - Logging statements to debug

I am having lots of logging statements to debug for example.
 
Log.v(TAG, "Message here"); Log.w(TAG, " WARNING HERE"); while deploying this application on device phone i want to turn off the verbose logging from where i can enable/disable logging.

VIEW COMPLETE THREAD WITH REPLIES

Popular Posts