set Debug Logging Enabled
If enabled, DEBUG logcat messages will be printed to show when models are rebuilt, the timetaken to build them, the time taken to diff them, and the item change outcomes from thediffer. The tag of the logcat message is the class name of your EpoxyController.
This is useful to verify that models are being diffed as expected, as well as to watch forslowdowns in model building or diffing to indicate when you should optimize model building ormodel hashCode/equals implementations (which can often slow down diffing).
This should only be used in debug builds to avoid a performance hit in prod.