2010-09-17 Francois Chouinard <fchouinard@gmail.com> Contribution for Bug325662
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng / src / org / eclipse / linuxtools / lttng / trace / LTTngTrace.java
index d91baac99ef0f80f59db0405cfdb7f857d9b1d56..e2ec6e456fe22911dd698e7de36c2232d897bbd6 100644 (file)
@@ -58,11 +58,11 @@ public class LTTngTrace extends TmfTrace<LttngEvent> {
 //     // [lmcfrch]
 //     private long lastTime = 0;
 
-       public static boolean printDebug = false;
+       public static boolean printDebug  = false;
        public static boolean uniqueEvent = false;
        
     private final static boolean SHOW_LTT_DEBUG_DEFAULT    = false;
-       private final static boolean IS_PARSING_NEEDED_DEFAULT = true;
+       private final static boolean IS_PARSING_NEEDED_DEFAULT = !uniqueEvent;
        private final static int     CHECKPOINT_PAGE_SIZE      = 1000;
     
     // Reference to our JNI trace
This page took 0.025268 seconds and 5 git commands to generate.