By putting android:debuggable="true"
in your manifest file, application will go in debug mode, that's mean android will manage all logs file regarding your application. But make sure put it again false
(or remove this tag) if application will going to live or for release mode.