track method

void track()
inherited

Implementations should call this method e.g. at construction time to make sure they will be trackable in debugging scenarios. See ReleasableTracker.enable for more information.

Implementation

void track() {
  ReleasableTracker.startTracking(this);
}