zxing-android-embedded
zxing-android-embedded copied to clipboard
Reduce the amount of logging
Currently there are a set of log-statements that one should not want to see when apps are in production. Would it be an idea if we guard them with "if (Buildconfig.DEBUG)" ? If so, then I am happy to provide you with a pull-request cleaning up the log-statements in production version.
I'll be happy to merge a pull request for this, as long as it's still easy to enable logging from the application using the library (mostly for bug reports).