You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Methods in com.nostra13.universalimageloader.utils.L print messages to Log unconditionally. It should be configurable eg. by ImageLoaderConfiguration.Builder#enableLogging() or other call in Builder or even some static method like L.enableLogCat(boolean logMessages).
In most cases log messages are only useful in DEBUG builds. One may may don't want to reveal stacktraces in RELEASE builds.
The text was updated successfully, but these errors were encountered:
Methods in com.nostra13.universalimageloader.utils.L prints messages to
Log unconditionally. It should be configurable eg. by
ImageLoaderConfiguration.Builder#enableLogging() or other call in Builder
or even some static method like L.enableLogCat(boolean logMessages).
In most cases log messages are only useful in DEBUG builds. One may may
don't want to reveal stacktraces in RELEASE builds.
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/270
.
Methods in com.nostra13.universalimageloader.utils.L print messages to Log unconditionally. It should be configurable eg. by ImageLoaderConfiguration.Builder#enableLogging() or other call in Builder or even some static method like L.enableLogCat(boolean logMessages).
In most cases log messages are only useful in DEBUG builds. One may may don't want to reveal stacktraces in RELEASE builds.
The text was updated successfully, but these errors were encountered: