setVerboseLoggingEnabled

open fun setVerboseLoggingEnabled(verboseLoggingEnabled: Boolean)(source)

Enable verbose logging within RecyclerView itself.

Enabling this may negatively affect performance and reduce the utility of logcat due to high-volume logging. This generally should not be enabled in production unless you have a specific reason for doing so.

Parameters

verboseLoggingEnabled

true to enable logging; false to disable it