Flush the log file after entry into a method is traced.
git-svn-id: svn://10.0.0.236/trunk@18099 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -366,6 +366,8 @@ static void printFrame(Method *method)
|
||||
|
||||
Frame::printWithArgs(UT_LOG_MODULE(StackWalker), (Uint8*)(frame.getBase()), method);
|
||||
UT_LOG(StackWalker, PR_LOG_ALWAYS, ("\n"));
|
||||
|
||||
UT_LOG_MODULE(StackWalker).flushLogFile();
|
||||
}
|
||||
|
||||
#endif // DEBUG_LOG
|
||||
|
||||
Reference in New Issue
Block a user