The ExecTracker has been updated, so now it can print data as well as
the ConsoleTracePrinter.
Current solution is hard-wired, because I am working on a new method of
printing for analyzers.
To be able to use a new way of printing with ExecTracker, you'll have to
provide:
traceServer.trace_analyzer=gov.nasa.jpf.traceAnalyzer.ExecTrackerAnalyzer
# "likeConsole" for a new way of printing, "all" for the old one
traceServer.trace_analyzer.params=all
This will remove details about java* API calls, only method name will be
printed.
The same thing can now be used with consoleTracePrinter, for printing on
propertyViolation by providing:
report.consoleTracePrinter.show_api_calls=false
This is a temporary solution, I will continue to work on it.
Regards,
Igor
traceServer.trace_analyzer=gov.nasa.jpf.traceAnalyzer.ExecTrackerAnalyzer
traceServer.trace_analyzer.params=consoleLike
The parameter should be "consoleLike", not "all".
Regards,
Igor