leakcanary-android-release / leakcanary / JobContext / <init>

<init>

JobContext(starter: KClass<*>)``JobContext(starter: Class<*>? = null)

In 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.

By convention, starter should be the class that triggered the start of the job.