You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When log_panic is triggered early,before log thread starts, no logs can be printed because logger backends are initialized in the logger thread.
Describe the bug
When log_panic is triggered early,before log thread starts, no logs can be printed because logger backends are initialized in the logger thread.
To Reproduce
Modified hello_world:
Expected behavior
On uart console
test
log entry should be seen followed by kernel panic report.Impact
Early failures are hard to debug.
The text was updated successfully, but these errors were encountered: