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.
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 !