Disable live tracing feature
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.control.ui / src / org / eclipse / tracecompass / internal / lttng2 / control / ui / views / model / impl / TargetNodeComponent.java
index 8a09dd96157b45f3bb76d9bf7e97f3d7a8a6b789..37da60e5aa6545a2627b194a32c3fa7931933f47 100644 (file)
@@ -278,7 +278,9 @@ public class TargetNodeComponent extends TraceControlComponent implements IRemot
      *
      */
     public boolean isLiveSupported() {
-        return getControlService().isVersionSupported("2.4.0"); //$NON-NLS-1$;
+        return false;
+        // FIXME: Disable Live support until we have a better implementation
+        //return getControlService().isVersionSupported("2.4.0"); //$NON-NLS-1$;
     }
     /**
      * Returns if node supports adding contexts on event
This page took 0.025284 seconds and 5 git commands to generate.