Re: [lng-odp] [PATCHv4 1/2] platform: debug: replace fprintf() with odp_override_log()

2014-12-03 Thread Taras Kondratiuk
On 12/02/2014 08:35 PM, Mike Holmes wrote: - * ODP default LOG macro. + * ODP log function + * + * Instead of direct prints to stdout/stderr all logging in ODP implementation + * should be done via this function or its wrappers. + * ODP platform MUST provide a

Re: [lng-odp] [PATCHv4 1/2] platform: debug: replace fprintf() with odp_override_log()

2014-12-02 Thread Mike Holmes
On 2 December 2014 at 06:27, Taras Kondratiuk taras.kondrat...@linaro.org wrote: ODP application may want to override default ODP logging behaviour and use custom logging function. Add a weak odp_override_log() function for this purpose instead of default fprintf(). Signed-off-by: Taras

Re: [lng-odp] [PATCHv4 1/2] platform: debug: replace fprintf() with odp_override_log()

2014-12-02 Thread Anders Roxell
On 2 December 2014 at 20:03, Bill Fischofer bill.fischo...@linaro.org wrote: On Tue, Dec 2, 2014 at 1:35 PM, Mike Holmes mike.hol...@linaro.org wrote: On 2 December 2014 at 06:27, Taras Kondratiuk taras.kondrat...@linaro.org wrote: ODP application may want to override default ODP logging