Re: How to dump OmxComponentBase from PV Logger

2009-04-02 Thread sonal
Hi, I am also facing the same issue . I am not able to see the log from Openmax component. I tried replacing all PVLOGGER statements in the cpp file to a LOGE. But still I cannot see logs from Openmax component.. Is there any other way out ? On Mar 23, 5:41 pm, rktb yend...@pv.com wrote:

Re: How to dump OmxComponentBase from PV Logger

2009-04-02 Thread tit tat
Please try to uncomment below two lines in the file: opencore/codecs_v2/omx/omx_proxy/src/pv_omx_interface_proxy.cpp //proxy-iPVApp.CreateLoggerAppenders(); //proxy-iLogger=PVLogger::GetLoggerObject(); Regards. TT. On Thu, Apr 2, 2009 at 2:39 PM, sonal sonal.aqua.gu...@gmail.com wrote: Hi,

Re: How to dump OmxComponentBase from PV Logger

2009-04-02 Thread sonal gupta
Thanks It works !!! :) On Thu, Apr 2, 2009 at 2:52 PM, tit tat tittat2...@gmail.com wrote: Please try to uncomment below two lines in the file: opencore/codecs_v2/omx/omx_proxy/src/pv_omx_interface_proxy.cpp //proxy-iPVApp.CreateLoggerAppenders();

Re: How to dump OmxComponentBase from PV Logger

2009-03-23 Thread rktb
Function pvproxythreadmain_omx in opencore/codecs_v2/omx/omx_proxy/src/ pv_omx_interface_proxy.cpp. On Mar 23, 7:03 am, Jia Meng dspm...@gmail.com wrote: Actually I have redirected PVAuthorEngine's log into a file using TextFileAppender for better reading. If I want to do the same thing for

Re: How to dump OmxComponentBase from PV Logger

2009-03-22 Thread rktb
If I remember correctly, we have a bug open for this internally. We are not able to log the components that are in a separate thread. And hence the issue that you are seeing. I will check on the status and let you know. As a quick workaround, you can convert all the PVLOGGER statements in the