@Override
public void bundleChanged(BundleEvent evt) {
if (evt.getBundle() == CCWPlugin.this.getBundle()
&& evt.getType() == BundleEvent.STARTED) {
tracer = new Tracer(evt.getBundle().getBundleContext(), TraceOptions.getTraceOptions());
// We immediately give control back to the OSGi framework application
// by starting the code in a new thread
new Thread(new Runnable() {
@Override public void run() {