Fixed comment in headless so it reflects the new JNI scheme
authorWilliam Bourque <william.bourque@polymtl.ca>
Mon, 19 Apr 2010 22:40:54 +0000 (22:40 +0000)
committerWilliam Bourque <william.bourque@polymtl.ca>
Mon, 19 Apr 2010 22:40:54 +0000 (22:40 +0000)
org.eclipse.linuxtools.lttng.headless/src/JniTraceTest.java

index 575f7b2b6efa134fb7de50b876ca5fe62ea46d57..8cd2a2fb231a30202c71dc7488305b474fc5547f 100644 (file)
@@ -63,9 +63,9 @@ public class JniTraceTest {
                                    // *** Uncomment the following to print the parsed content
                                    // Warning : this is VERY intensive
                                    //if ( pos == (tmpFields.size() -1) ) {
-                                   //  tracetest.printC(tmpFields.get(pos).getField() + ":" + newValue + " ");
+                                   //  tmptrace.printC(tmpevent.getEventPtr().getLibraryId(), tmpFields.get(pos).getField() + ":" + newValue + " ");
                                    //} else {
-                                   //  tracetest.printlnC(tmpFields.get(pos).getField() + ":" + newValue + " ");
+                                   //  tmptrace.printlnC(tmpevent.getEventPtr().getLibraryId(), tmpFields.get(pos).getField() + ":" + newValue + " ");
                                    //} 
                                }
                        }
This page took 0.025657 seconds and 5 git commands to generate.