Re: stderr output when debugging audio plug-in?
Re: stderr output when debugging audio plug-in?
- Subject: Re: stderr output when debugging audio plug-in?
- From: Jerome Krinock <email@hidden>
- Date: Sat, 6 May 2017 12:52:09 -0700
> On 2017 May 05, at 13:04, Howard Moon <email@hidden> wrote:
>
> (I can’t find any log file containing my output using the Console app, either.)
I often have disagreemeents with the new improved Console app. I noticed yesterday, once, that messages would not appear unless the Console app was already running when they were logged. Your experience may vary, as does, I think, the behavior of the Console app itself. Filtering messages may take up to 30 seconds.
> Why does running an audio plug-in under another application prevent seeing the stderr output?
It should work, however the “process” will of course be the other application.
On days when printf or NSLog refuse to show in Console, I use to syslog() instead. Unfortunately, you must #import or #include <syslog.h>. By default, LOG_NOTICE is sufficient for the first `priority` parameter. Another inconvenient thing about syslog() is that entries are truncated after some hundreds of characters.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden