← Back to team overview

rohc team mailing list archive

Re: [Question #246370]: rohc_debug

 

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

Description changed to:
Hi,

I am wondering if there is a setting that can make rohc_debug print to a file (e.g., my_trace.txt) rather than print on the screen? What's more, is there a way to turn off the debug print? I tried to play with it but no luck. 
typedef enum
{
	ROHC_TRACE_DEBUG = 0,
	ROHC_TRACE_INFO = 1,
	ROHC_TRACE_WARNING = 2,
	ROHC_TRACE_ERROR = 3,
	ROHC_TRACE_LEVEL_MAX
} rohc_trace_level_t

Thanks!

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