tmf: Introduce a central trace manager
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / internal / tmf / core / Activator.java
index 0e8a46f0e632b66cfa2bdc3b14842d2d89ea47df..f2f2b95df31def04988b0dc6149aacd136834210 100644 (file)
@@ -15,6 +15,7 @@ package org.eclipse.linuxtools.internal.tmf.core;
 import org.eclipse.core.runtime.IStatus;
 import org.eclipse.core.runtime.Plugin;
 import org.eclipse.core.runtime.Status;
+import org.eclipse.linuxtools.tmf.core.trace.TmfTraceManager;
 import org.osgi.framework.BundleContext;
 
 /**
@@ -78,6 +79,8 @@ public class Activator extends Plugin {
         super.start(context);
         setDefault(this);
         TmfCoreTracer.init();
+        /* Initialize the trace manager */
+        TmfTraceManager.getInstance();
     }
 
     @Override
This page took 0.024182 seconds and 5 git commands to generate.