LeakCanaryDeobfuscationExtension

open class LeakCanaryDeobfuscationExtension

Extension for the gradle plugin. It allows the user to configure the plugin.

Constructors

LeakCanaryDeobfuscationExtension
Link copied to clipboard
fun LeakCanaryDeobfuscationExtension()

Properties

filterObfuscatedVariants
Link copied to clipboard
var filterObfuscatedVariants: (BaseVariant) -> Boolean

Variant filtering function. It should be overriden to tell LeakCanary for which obfuscated variants it should copy the mapping file into apk. For example this: