Android Detect Leaks Interceptor
class AndroidDetectLeaksInterceptor( instrumentation: Instrumentation = InstrumentationRegistry.getInstrumentation(), objectWatcher: ObjectWatcher = AppWatcher.objectWatcher, retainedDelayMillis: Long = AppWatcher.retainedDelayMillis) : DetectLeaksInterceptor
Content copied to clipboard
Constructors
Link copied to clipboard
fun AndroidDetectLeaksInterceptor( instrumentation: Instrumentation = InstrumentationRegistry.getInstrumentation(), objectWatcher: ObjectWatcher = AppWatcher.objectWatcher, retainedDelayMillis: Long = AppWatcher.retainedDelayMillis)
Content copied to clipboard