Replies: 2 comments 2 replies
-
That must be terminal color code. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I don't get what you are trying to explain. what do you mean
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
New Zephyr user here!
I managed to get
CONFIG_LOG_BACKEND_FS
working withCONFIG_FAT_FILESYSTEM_ELM
on a SD-card but I have a few issues/questions:I was debugging a secure fault issue before understanding that I unmounted the file system before log process thread had synched the remaining buffered log traces into the file system. How can I
fs_unmount()
the file system safely?For some reason the generated log files are not in text file format. I believe the file extension dropped from some reason after tweaking
prj.conf
. Is there something obvious that I'm missing?What could "<0x1b>[0m" be? Every line is wrapped by this sequence.
Beta Was this translation helpful? Give feedback.
All reactions