ReferenceCounted.touch

Records the current access location of this object with an additional arbitrary information for debugging purposes. If this object is determined to be leaked, the information recorded by this operation will be provided to you via {@link ResourceLeakDetector}.

  1. ReferenceCounted touch()
  2. ReferenceCounted touch(Object hint)
    interface ReferenceCounted
    touch
    (
    Object hint
    )

Meta