forked from microsoft/openvmm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
underhill_crash: Trace less during crash reporting (microsoft#261)
One of our core crash diagnostics is that we send a chunk of kmsg output to the host to log. It is ideal if that output contains the panic message that caused the crash, but that isn't guaranteed. Since we have a fixed size buffer, it is possible that output that occurs after the panic message could push the useful details off the end of the buffer. This PR reduces the amount of tracing we emit during the crash dump process to make this less likely.
- Loading branch information
1 parent
7255f82
commit 42fdfd1
Showing
2 changed files
with
10 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters