Fix for Bug337872
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng / src / org / eclipse / linuxtools / lttng / trace / LTTngTextTrace.java
index 955c34bfbab184cd67bfd5ccdddd8cf8ff8fb89a..e2e8c4e890ccf0674773620bd4f697946433e87e 100644 (file)
@@ -59,7 +59,7 @@ public class LTTngTextTrace extends TmfTrace<LttngEvent> implements ITmfTrace {
     }
     
     public LTTngTextTrace(String path, boolean skipIndexing) throws Exception {
-        super(path, LttngEvent.class, path, 1);
+        super(path, LttngEvent.class, path, 1, !skipIndexing);
         
         tracepath = path;
         traceTypes      = new HashMap<String, LttngEventType>();
This page took 0.02346 seconds and 5 git commands to generate.