Hello!
A few questions about the flashlog:
1. What's the difference between the flashlog and the crashlog?
2. What is the recommended way to obtain flashlog/crashlog data from a device once it has failed in the field? We looked into the CLI but the power draw requirements were quite high and it did not seem reliable.
3. If we have the flashlog enabled for severity WARNING and above, do we need to call NRF_LOG_FLUSH between usages of NRF_LOG_INFO and NRF_LOG_WARNING?
4. If we want to write the contents of the flashlog out to RTT on bootup, can we use the nrf_log_backend_flash_next_entry_get function to obtain the contents, and pass the results to NRF_LOG_INFO? We attempted this and discovered very odd behavior where messages are sometimes absent in the SEGGER debug console.
Thanks for any assistance!