← Back to team overview

rohc team mailing list archive

Re: [Question #177365]: can't print traces when testing the Rohc library

 

Question #177365 on rohc changed:
https://answers.launchpad.net/rohc/+question/177365

    Status: Open => Answered

Didier Barvaux proposed the following answer:
Hello,

The rohctunnel prints its trace on the terminal. If you close the
terminal, the traces are lost (and maybe the rohctunnel process as well
depending on your terminal and shell).

You may try to redirect them to a file to be able to retrieve them:
  # rohctunnel <options> >/tmp/rohctunnel.log 2>&1

On another terminal, then run the following command to watch for new traces:
  # tail -f /tmp/rohctunnel.log

Regards,
Didier

-- 
You received this question notification because you are a member of ROHC
Team, which is an answer contact for rohc.