Hi, We are using Logger class defined in the atscppapi. My understanding is that it flushes logs automatically every 1 second. However, when we see a crash, we don't get all the logs because they were not flushed and we lose critical logging information which might have been really helpful in debugging the crash. We don't want to flush on every write, as it will impact performance.
Has anybody faced similar issues? Any suggestions on how to get around this? Has anybody made their logging crash tolerant? Thanks, Siddharth Agarwal