Interface LeakInfo.TracePoint

  • Enclosing interface:
    LeakInfo

    public static interface LeakInfo.TracePoint
    A moment in the life of the leaked object, for which some information was recorded.
    • Method Detail

      • hint

        Object hint()
        Get the hint object from a touch call, if any. If this trace point is not a touch call, or if the hint argument was null, then null will be returned.
        Returns:
        A hint object, if there is any on this trace point, otherwise null.
      • traceback

        Throwable traceback()
        Get a Throwable instance that holds the recorded stack trace of this trace point.
        Returns:
        A Throwable with the stack trace of this trace point.