Can anyone describe
setGatherReportData(boolean gatherReportData) in more detail?
The documentation says "Set to true to tell the tester to gather report data." This is quite vague.
Is it actually related to the processing stats and the event log in the built-in standard report that is created?
Even when I write this code:
client.setGatherReportData(false);
client.setProcessingStatsEnabled(true);
client.setEventLogEnabled(true);
the report still contains processing stats and event log, so it doesn't make any difference to the report.
Where can we see the difference?