From: William Bourque Date: Mon, 19 Apr 2010 22:40:54 +0000 (+0000) Subject: Fixed comment in headless so it reflects the new JNI scheme X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=2f17867cc150ba9088a8e3a2af6277567b4d301a;p=deliverable%2Ftracecompass.git Fixed comment in headless so it reflects the new JNI scheme --- diff --git a/org.eclipse.linuxtools.lttng.headless/src/JniTraceTest.java b/org.eclipse.linuxtools.lttng.headless/src/JniTraceTest.java index 575f7b2b6e..8cd2a2fb23 100644 --- a/org.eclipse.linuxtools.lttng.headless/src/JniTraceTest.java +++ b/org.eclipse.linuxtools.lttng.headless/src/JniTraceTest.java @@ -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 + " "); //} } }