Unverified Commit 70d2832c authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update README.md

parent 7636f1f6
...@@ -143,7 +143,7 @@ void daily_example() ...@@ -143,7 +143,7 @@ void daily_example()
--- ---
#### Backtrace support #### Backtrace support
```c++ ```c++
// Instead of actual logging, debug messages can be stored in a ring buffer for a later use. // Debug messages can be stored in a ring buffer instead of being logged immediately.
// This is useful in order to display debug logs only when really nededed (e.g. when error happens). // This is useful in order to display debug logs only when really nededed (e.g. when error happens).
// When needed, call dump_backtrace() to see them. // When needed, call dump_backtrace() to see them.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment