We'll need to do the following:
1) Modify memlog_client.mojom to add a Flush() function.
2) Implement Flush() by iterating through all MemlogSenderPipe shards and flushing them.
3) Call the Flush() function from ProfilingProcessHost, wait for the callback, and then send the Dump command to the profiling process.
Comment 1 by erikc...@chromium.org
, Sep 19 2017