blob: b34d60bfdf20340f68044d41988320aa8f4cd4dc [file] [log] [blame]
#### Monitoring settings
# monitor class loading
org.eclipse.core.boot/monitor/classes=false
# monitor plugin activation
org.eclipse.core.boot/monitor/plugins=false
# monitor resource bundle (*.properties) loading
org.eclipse.core.boot/monitor/bundles=false
#### Trace settings
# trace class loading - snapshot the execution stack when a class is loaded
org.eclipse.core.boot/trace/classLoading=false
# trace location - file in which execution traces are written
org.eclipse.core.boot/trace/filename=runtime.traces
# trace filters - Java properties file defining which classes should
# be traced (if trace/classLoading is true)
# File format:
# plugins=<comma separated list of plugins whose classes to trace>
# packages=<comma separated list of package prefixes of classes to trace>
# Note that there may be many 'plugins' and 'packages' lines in one file.
org.eclipse.core.boot/trace/filters=trace.properties
# trace plugin activation - snapshot the execution stack when a plugin is activated
org.eclipse.core.boot/trace/pluginActivation=false