All Types

NameSummary
leakcanary.BackgroundTrigger
leakcanary.ConditionalInterceptorAn interceptor that runs only when evaluateCondition returns true.
leakcanary.GoodAndroidVersionInterceptor
leakcanary.HeapAnalysisClient
leakcanary.HeapAnalysisConfig
leakcanary.HeapAnalysisInterceptor
leakcanary.HeapAnalysisJobA HeapAnalysisJob represents a single prepared request to analyze the heap. It cannot be executed twice.
leakcanary.JobContextIn memory store that can be used to store objects in a given HeapAnalysisJob instance. This is a simple MutableMap of String to Any, but with unsafe generics access.
leakcanary.MinimumDiskSpaceInterceptor
leakcanary.MinimumElapsedSinceStartInterceptor
leakcanary.MinimumMemoryInterceptor
leakcanary.OncePerPeriodInterceptorProceeds once per period (of time) and then cancels all follow up jobs until period has passed.
leakcanary.ProcessInfo
leakcanary.SaveResourceIdsInterceptorInterceptor that saves the names of R.id.* entries and their associated int values to a static field that can then be read from the heap dump.
leakcanary.ScreenOffTrigger