From 2f763cedea58565f9b7890a26e14afc14be31c0e Mon Sep 17 00:00:00 2001 From: "fur%netscape.com" Date: Thu, 21 Jan 1999 00:22:22 +0000 Subject: [PATCH] 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 --- mozilla/ef/Compiler/CodeGenerator/NativeCodeCache.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mozilla/ef/Compiler/CodeGenerator/NativeCodeCache.cpp b/mozilla/ef/Compiler/CodeGenerator/NativeCodeCache.cpp index 3a8dc4e83f9..dece2212f15 100644 --- a/mozilla/ef/Compiler/CodeGenerator/NativeCodeCache.cpp +++ b/mozilla/ef/Compiler/CodeGenerator/NativeCodeCache.cpp @@ -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