AndroidDetectLeaksInterceptor

class AndroidDetectLeaksInterceptor(    instrumentation: Instrumentation = InstrumentationRegistry.getInstrumentation(),     objectWatcher: ObjectWatcher = AppWatcher.objectWatcher,     retainedDelayMillis: Long = AppWatcher.retainedDelayMillis) : DetectLeaksInterceptor

Constructors

Link copied to clipboard
fun AndroidDetectLeaksInterceptor(    instrumentation: Instrumentation = InstrumentationRegistry.getInstrumentation(),     objectWatcher: ObjectWatcher = AppWatcher.objectWatcher,     retainedDelayMillis: Long = AppWatcher.retainedDelayMillis)

Functions

Link copied to clipboard
open override fun waitUntilReadyForHeapAnalysis(): HeapAnalysisDecision