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:
fur%netscape.com
1999-01-21 00:22:22 +00:00
parent 3729c4258b
commit 2f763cedea

View File

@@ -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