Back to Fresco

CloseableReference.LeakHandler

docs/javadoc/reference/com/facebook/common/references/CloseableReference.LeakHandler.html

3.6.011.4 KB
Original Source

Fresco

|

|

Packages | Classes

Interfaces

Classes

Annotations

Exceptions

Packages | Classes

public static interface

CloseableReference.LeakHandler

| com.facebook.common.references.CloseableReference.LeakHandler |

Summary

Public Methods
abstract void
abstract boolean
Indicate whether the reportLeak(SharedReference, Throwable) method expects a stacktrace.

Public Methods

public abstract void reportLeak(SharedReference<Object> reference, Throwable stacktrace)

public abstract boolean requiresStacktrace()

Indicate whether the reportLeak(SharedReference, Throwable) method expects a stacktrace. This is expensive and should only be used sparingly.

+Generated by Doclava. +