setLogRequestOrigins

open fun setLogRequestOrigins(isEnabled: Boolean): GlideBuilder

Set to true to make Glide populate setOrigin for failed requests.

The exception set by this method is not printed by GlideException and can only be viewed via a RequestListener that reads the field via getOrigin.

This is an experimental API that may be removed in the future.