-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Close BTD Snapshot when last slice is filled in. (#2516)
* Add logic to close snapshot when the last slice, with index 0, is filled * fix eol * call flush as soon as last valid Zslice is full * clean up unwanted print statements * add comments in code and doxygen comments * remove commented line * fix eol * add doxygen comments and describe the new parameter introduced in the function * fix typo from Axel Co-authored-by: Axel Huebl <[email protected]> * Update Source/Diagnostics/BTDiagnostics.cpp * Update Source/Diagnostics/BTDiagnostics.cpp * snake_style * fix eol * modified code so we dont use level info when setting snapshot full info Co-authored-by: Axel Huebl <[email protected]>
- Loading branch information
1 parent
e459e3a
commit 957262b
Showing
5 changed files
with
80 additions
and
27 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
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
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