analysis.lami: Add support for user-defined LAMI analyses
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.kernel.core / src / org / eclipse / tracecompass / internal / lttng2 / kernel / core / Activator.java
index a270bb839f4e44870da20aab9061c0fab3dfcd7b..b418146b2694fc07935a233bda0a7221319bbf90 100644 (file)
@@ -20,7 +20,7 @@ import org.eclipse.core.runtime.Status;
 import org.eclipse.jdt.annotation.NonNullByDefault;
 import org.eclipse.tracecompass.internal.lttng2.kernel.core.event.matching.TcpEventMatching;
 import org.eclipse.tracecompass.internal.lttng2.kernel.core.event.matching.TcpLttngEventMatching;
-import org.eclipse.tracecompass.internal.provisional.analysis.lami.core.module.ConfigFileLamiAnalysisFactory.ConfigFileLamiAnalysisFactoryException;
+import org.eclipse.tracecompass.internal.provisional.analysis.lami.core.module.LamiAnalysisFactoryException;
 import org.eclipse.tracecompass.tmf.core.event.matching.TmfEventMatching;
 import org.osgi.framework.BundleContext;
 
@@ -82,7 +82,7 @@ public class Activator extends Plugin {
 
         try {
             LttngAnalysesLoader.load();
-        } catch (ConfigFileLamiAnalysisFactoryException | IOException e) {
+        } catch (LamiAnalysisFactoryException | IOException e) {
             // Not the end of the world if the analyses are not available
             logWarning("Cannot find LTTng analyses configuration files: " + e.getMessage()); //$NON-NLS-1$
         }
This page took 0.024251 seconds and 5 git commands to generate.