You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also I had to set the CONFIG_LOG_STRDUP_BUF_COUNT to very high number 100, in order to get any print.
For example with CONFIG_LOG_STRDUP_BUF_COUNT=20 I get following output:
Also noticed that if I set CONFIG_LOG_INPLACE_PROCESS=y, then the log_strdup pool empty! messages are no longer shown even with the default CONFIG_LOG_STRDUP_BUF_COUNT setting. But still only one of the log_strdup() strings is printed.
Yes, with that PR applied the log output is proper. One just needs to increase the CONFIG_LOG_STRDUP_BUF_COUNT but that is another matter. Closing this one as there is already a fix.
I am seeing messages printed incorrectly when using log_strdup() in networking.
I did a quick test with following
and also added
Then this is printed to console
So the first log_strdup() print is "lost" somewhere and not printed.
The text was updated successfully, but these errors were encountered: