-
- Enclosing interface:
- LeakInfo
public static interface LeakInfo.TracePointA 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 Objecthint()Get the hint object from a touch call, if any.Throwabletraceback()Get aThrowableinstance 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 atouchcall, or if the hint argument wasnull, thennullwill be returned.- Returns:
- A hint object, if there is any on this trace point, otherwise
null.
-
-