[kaffe] Printing log

Pinaki Mukherjee pinaki2003 at yahoo.com
Mon Oct 11 10:56:37 PDT 2004


Hi,
 
I want to print some log data after the virtual machine execution is over (that is, after the function runVirtualMachine in .../kaffe/kaffevm/intrp/machine.c is invoked for the last time). I tried putting the print statement at the end of the function main or main2 in the file .../kaffe/kaffe/main.c before they return, but neither seem to work. Inside the function main2, the function DestroyJavaVM is being called. This function is calling runVirtualMachine, but I have no clue how and when it is terminating. So I don't know where exactly to put the print statement.
 
Where do I put a print statement in the code to get the complete log at the very end of execution?
 
Thanks.

		
---------------------------------
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://kaffe.org/pipermail/kaffe/attachments/20041011/cb599ee0/attachment-0006.htm 


More information about the kaffe mailing list