toit icon indicating copy to clipboard operation
toit copied to clipboard

Log trace

Open mikkeldamsgaard opened this issue 3 years ago • 1 comments

Adding trace to log messages, to prepare for allowing a loggingservice to send fatal traces remotely. Also changed the system boot to use logging when a system mirror message is received.

mikkeldamsgaard avatar Jun 03 '22 09:06 mikkeldamsgaard

FYI @mikkeldamsgaard: I plan to start landing this in some chunks over the next days, once I've gotten the cellular drivers to pop up as proper network drivers. This way, stack traces can be transmitted over cellular!

kasperl avatar Jun 21 '22 14:06 kasperl

I've looked at this for a while now and I've decided to come up with an alternative approach: #1019. I'd like to avoid forcing everyone who hooks into the log service framework to have to deal with encoded stack traces and the likes.

Let me know what you think, @mikkeldamsgaard!

kasperl avatar Sep 08 '22 05:09 kasperl