-
- Enclosing interface:
- LeakInfo
public static interface LeakInfo.TracePoint
A moment in the life of the leaked object, for which some information was recorded.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
hint()
Get the hint object from a touch call, if any.Throwable
traceback()
Get aThrowable
instance that holds the recorded stack trace of this trace point.
-
-
-
Method Detail
-
hint
Object hint()
Get the hint object from a touch call, if any. If this trace point is not atouch
call, or if the hint argument wasnull
, thennull
will be returned.- Returns:
- A hint object, if there is any on this trace point, otherwise
null
.
-
-