Hi,

you need to send a dump command via this API:

  RemoteControlWriter.visitDumpCommand(true, false)

See ExecutionDataClient example. The protocol is the same for both tcp/ip connection modes, the only difference is how the connection is established.

Regards,
-marc

On 2015-01-06 09:30, [email protected] wrote:
Hi,
I'm using the agent in tcpclient mode and I need to dump data on the
fly (not waiting till JVM exits).
It seems it is possible, the doc says for tcpclient mode "Execution
data is written to the socket connection on request..."
How do I do that "on request" dump ?
The associated example ExecutionDataServer seems to dump only on JVM exit.

--
You received this message because you are subscribed to the Google Groups "JaCoCo 
and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jacoco/bee3723081e6e3ae1e23fa60e52538ef%40mountainminds.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to