boolean leakFound
boolean excludedLeak
AnalysisResult.leakFound is true and the only path to the leaking reference is
through excluded references. Usually, that means you can safely ignore this report.java.lang.String className
AnalysisResult.leakFound is true, null otherwise.
The class name format is the same as what would be returned by Class.getName().LeakTrace leakTrace
AnalysisResult.leakFound is true, null
otherwise. This can be used as a unique signature for the leak.java.lang.Throwable failure
long retainedHeapSize
AnalysisResult.leakFound is false.long analysisDurationMs
java.util.List<E> elements
java.lang.String referenceName
LeakTraceElement.Type type
LeakTraceElement.Holder holder
java.lang.String className
java.lang.String extra
Exclusion exclusion
java.util.List<E> fields