一个非常好的做法是在循环缓冲器中维护最近几条消息的历史记录,当错误情况出现时,可以转储循环缓冲器。
One method that works very well is to maintain a history of the last few messages in a circular buffer that can then be dumped when an error condition occurs.
一个非常好的做法是在循环缓冲器中维护最近几条消息的历史记录,当错误情况出现时,可以转储循环缓冲器。
One method that works very well is to maintain a history of the last few messages in a circular buffer that can then be dumped when an error condition occurs.
应用推荐