ReferenceCounted.touch

Records the current access location of this object 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}. This method is a shortcut to {@link #touch(Object) touch(null)}.

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

Meta