#include <nitro/os.h>
void OS_ClearCallTraceBuffer( void );
None.
None.
This function clears the function call trace information buffer.
This function was made on the assumption that it would be used when function call trace information is recorded in log mode. Calling this function clears everything that has been recorded until the time that you call it. Use this if you want to log from a certain point.
If this function is compiled for debugging, it will function properly. However, if compiled for the final ROM version (FINALROM
) library, it will not do anything.
OS_InitCallTrace, OS_DumpCallTrace
2004/04/22 Initial version.
CONFIDENTIAL