Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Liew
klee-cl
Commits
f5d12c14
Commit
f5d12c14
authored
Aug 23, 2013
by
Daniel Liew
Browse files
In QueryLoggingSolver call flush() on std::ofstream so that queries
get correctly logged if an assertion failure is hit later on.
parent
4c060418
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Solver/QueryLoggingSolver.cpp
View file @
f5d12c14
...
...
@@ -74,6 +74,7 @@ void QueryLoggingSolver::flushBuffer() {
// we do additional check here to log only timeouts in case
// user specified negative value for minQueryTimeToLog param
os
<<
logBuffer
.
str
();
os
.
flush
();
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment