<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Log after flush</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/64884/log-after-flush</link><description>On line 904 of nrf_log_frontend.c there is a log message to indicate the backends are flushed – but this message adds a log to the queue. If auto flush is enabled, this can lead to an infinite loop. Present in SDK 17.0.0</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 15 Jun 2021 09:10:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/64884/log-after-flush" /><item><title>RE: Log after flush</title><link>https://devzone.nordicsemi.com/thread/315327?ContentTypeID=1</link><pubDate>Tue, 15 Jun 2021 09:10:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:76c901e3-d5f2-4ddc-8376-41ee4dcb84b1</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The issue that you see looks like a different, unrelated, issue. Please create a new thread for that, in order to keep this thread on the original issue and to make the issue that you see easier to find for other users.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Log after flush</title><link>https://devzone.nordicsemi.com/thread/315140?ContentTypeID=1</link><pubDate>Mon, 14 Jun 2021 12:49:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b596bb82-8f36-4549-bdc1-5f88dfff2a1f</guid><dc:creator>gilbertjuly</dc:creator><description>&lt;p&gt;But I didn&amp;#39;t enable the Flashlog, only&amp;nbsp;the Crashlog,&amp;nbsp;theoretically, the flash log backend&amp;nbsp;should not be functional unless when there is a crash.&lt;/p&gt;
&lt;p&gt;I wonder how to eliminate the&amp;nbsp;&lt;span&gt;&amp;nbsp;&amp;quot;Backends flushed&amp;quot; log message? Thank you.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Log after flush</title><link>https://devzone.nordicsemi.com/thread/315075?ContentTypeID=1</link><pubDate>Mon, 14 Jun 2021 10:10:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e3dce40b-f3ab-47c9-85f7-049718a3977f</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The &amp;quot;Backends flushed&amp;quot; log message mentioned in this thread is something you can get during normal operation and without leading to a crash, yes.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Log after flush</title><link>https://devzone.nordicsemi.com/thread/315006?ContentTypeID=1</link><pubDate>Sat, 12 Jun 2021 15:38:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4bb3e2b9-89e2-44a8-b66f-2880be06175b</guid><dc:creator>gilbertjuly</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I use SDK 17.0.2.&lt;/p&gt;
&lt;p&gt;I try to use flash backend crash log function, I found &amp;quot;Backends flushed&amp;quot; kept showing even there was no crash. Is this a&amp;nbsp;related issue?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Log after flush</title><link>https://devzone.nordicsemi.com/thread/313603?ContentTypeID=1</link><pubDate>Fri, 04 Jun 2021 10:19:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3f7884f1-132a-48ed-a855-626f24bce4d8</guid><dc:creator>nrbrook</dc:creator><description>&lt;p&gt;It could also be this other issue I recently discovered: &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/75279/bug-in-nrf_log_frontend-c"&gt;devzone.nordicsemi.com/.../bug-in-nrf_log_frontend-c&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Log after flush</title><link>https://devzone.nordicsemi.com/thread/313601?ContentTypeID=1</link><pubDate>Fri, 04 Jun 2021 10:17:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:127113bc-270a-43e4-bfb6-901ab52e9805</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;This issue is present in SDK 17.0.2.&lt;/p&gt;
&lt;p&gt;The offending line is line 904 in &amp;lt;sdk root&amp;gt;/components/libraries/log/src/nrf_log_frontend.c:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;NRF_LOG_WARNING(&amp;quot;Backends flushed&amp;quot;);&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;If what you see is this issue, then commenting out or removing that line should fix it.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Log after flush</title><link>https://devzone.nordicsemi.com/thread/313516?ContentTypeID=1</link><pubDate>Fri, 04 Jun 2021 00:56:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0cc94393-901d-44bb-acda-de789027ee0e</guid><dc:creator>jsanford</dc:creator><description>&lt;p&gt;Has this issue been addressed in SDK 17.0.2?&amp;nbsp; I believe we are seeing a similar problem in our device using the RTT transport.&amp;nbsp; We are also using SDK 17.0.2.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Log after flush</title><link>https://devzone.nordicsemi.com/thread/265135?ContentTypeID=1</link><pubDate>Tue, 18 Aug 2020 13:49:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0b0efa4c-3efe-4d8d-8f1d-a34599c9558a</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thank you for reporting this issue. It is highly appreciated! I have made an entry in our internal issue tracker, for the SDK team to look into.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>