|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
_______________________________________________ slf4j-dev mailing list slf4j-dev@qos.ch http://mailman.qos.ch/mailman/listinfo/slf4j-dev
Hmm, I have now read http://developer.android.com/tools/publishing/preparing.html#publishing-configure and it seems the best option is to enable debug logging while on development, and disable the debug logging while on production. So, instead of tinkering with setprop and changing stuff on your phone, I would propose to add a static field to AndroidLogger named DEBUG defaulting to false. The application responsibility will be to set this field to the value of BuildConfig.DEBUG