Previous Topic: Category SettingsNext Topic: Adding a Method to Intercept


Add a Class for Tracking

The track directive allows instances to be easily retrieved from the heap later.

The track directive can be placed within the group element or the agent element of the rules.xml file.

<track class="class_name"/>

Example:

<track class="java.io.File"/>