RTC Forums

Subscription => Support => Topic started by: Max Terentiev on July 20, 2017, 02:41:31 PM



Title: rtcLog+RTC_DEBUG global vars problem
Post by: Max Terentiev on July 20, 2017, 02:41:31 PM
Hi Danijel,

I have RCT_DEBUG option set and I need to set this options for rtcLog:

RTC_LOG_THREADID:=false;
LOG_AV_ERRORS:=true;
RTC_LOG_FOLDER:=SomeFolder;

I try this workaround (https://rtcforum.teppi.net/index.php?topic=1147.msg3482#msg3482).

But it's only partially works ! it's always create two log files:

First file in MyAppFolder\LOG\AppName.DEBUG.log This log file always contain only one line: "rtcLog Start..."
Second file in RTC_LOG_FOLDER\AppName.DEBUG.log This log file contain all remaining log lines.

So, it's needed to disable creation of first log file somehow.

Thanks for help !




Title: Re: rtcLog+RTC_DEBUG global vars problem
Post by: D.Tkalcec (RTC) on July 20, 2017, 03:48:03 PM
Thanks for reporting this.

I've released an update now (RTC SDK v8.19) to fix this issue.

Best Regards,
Danijel Tkalcec


Title: Re: rtcLog+RTC_DEBUG global vars problem
Post by: Max Terentiev on July 20, 2017, 05:51:56 PM
Thank you very much !