Re: printing logs (printf) when application starts from menu

2008-10-23 Thread Simon Pickering
I wrote an application named My_app that plays audio and also records voice from microphone. I usually use this application from command prompt. There are lots of printfs in it for debugging purpose which gets printed on terminal when the application is run. I just put the application in

Re: printing logs (printf) when application starts from menu

2008-10-23 Thread Jason Edgecombe
Simon Pickering wrote: I wrote an application named My_app that plays audio and also records voice from microphone. I usually use this application from command prompt. There are lots of printfs in it for debugging purpose which gets printed on terminal when the application is run. I just put

Re: printing logs (printf) when application starts from menu

2008-10-23 Thread Faheem Pervez
If you send those messages to a syslog, then this sounds like what you are after: http://maemo.org/development/tools/doc/diablo/sp-error-visualizer/ Can't deny it's overkill though. On Wed, Oct 22, 2008 at 9:36 PM, mpopat [EMAIL PROTECTED] wrote: Dear community, I wrote an application named

printing logs (printf) when application starts from menu

2008-10-22 Thread mpopat
Dear community, I wrote an application named My_app that plays audio and also records voice from microphone. I usually use this application from command prompt. There are lots of printfs in it for debugging purpose which gets printed on terminal when the application is run. I just put the