Hi
CCS 4.2.5.00005
CGT 7.2.6
IPC 1.22.3.23
SYS/BIOS 6.31.4.27
I've backed out all my code changes and I still don't get log_print formatted messages. It was working OK, then for some reason stopped outputting the formatted messages. I had made ZERO changes to my .cfg file so that can't be an issue.
What I get is below. I can recognize some of the logs because I know that the arg0 arg1 etc should be.
The print log console has the "formated Msgs" box ticked.
Any thoughts on how to get my log_print window to work again?
Cheers
**********Printf Logs output *************************************************************************
"1,215,019,915,828",2552919,"Log_print(0xe74897d8, 0x2, 0x126, 0x30, 0x1bcefb8, 0x0, 0x0, 0x0)",loggerBuf0
"1,215,020,915,834",2552920,"Log_print(0xe74897d8, 0x3, 0x1a6, 0x48, 0x1bcefd0, 0x0, 0x0, 0x0)",loggerBuf0
"1,215,021,915,837",2552921,"Log_print(0xe74897d8, 0x4, 0x226, 0x60, 0x1bcefe8, 0x0, 0x0, 0x0)",loggerBuf0
"1,215,022,915,840",2552922,"Log_print(0xe74897d8, 0x5, 0x2a6, 0x78, 0x1bcf000, 0x0, 0x0, 0x0)",loggerBuf0
"1,215,023,915,842",2552923,"Log_print(0xe74897d8, 0x6, 0x326, 0x90, 0x1bcf018, 0x0, 0x0, 0x0)",loggerBuf0
"1,215,024,915,868",2552924,"Log_print(0xe74897d8, 0x7, 0x3a6, 0xa8, 0x1bcf030, 0x0, 0x0, 0x0)",loggerBuf0
"1,215,025,915,865",2552925,"Log_print(0xe74897d8, 0x8, 0x426, 0xc0, 0x1bcf048, 0x0, 0x0, 0x0)",loggerBuf0
"1,215,026,915,900",2552926,"Log_print(0xe74897d8, 0x9, 0x4a6, 0xd8, 0x1bcf060, 0x0, 0x0, 0x0)",loggerBuf0
"1,215,027,915,845",2552927,"Log_print(0xe74897d8, 0xa, 0x526, 0xf0, 0x1bcf078, 0x0, 0x0, 0x0)",loggerBuf0
"1,215,027,916,067",2552928,"Log_print(0xe7489828, 0xa, 0x1e5fe, 0x44, 0x0, 0x0, 0x0, 0x0)",loggerBuf0
"1,215,027,918,388",2552929,"Log_print(0xe748af52, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)",loggerBuf0
"1,215,027,926,402",2552930,"Log_print(0xe7489ea6, 0x7a, 0x10, 0x1, 0x0, 0x0, 0x0, 0x0)",loggerBuf0
"1,215,028,146,327",2552931,"Log_print(0xe748af7e, 0xe5fd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)",loggerBuf0
"1,215,028,147,072",2552932,"Log_print(0xe7489eeb, 0x7a, 0x6625, 0x5ae3, 0x0, 0x0, 0x0, 0x0)",loggerBuf0
"1,215,028,147,607",2552933,"Log_print(0xe7489f66, 0x7a, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)",loggerBuf0
"1,215,028,152,114",2552934,"Log_print(0xe7489ea6, 0x7b, 0x11, 0x1, 0x0, 0x0, 0x0, 0x0)",loggerBuf0
"1,215,028,513,332",2552935,"Log_print(0xe748af7e, 0xe5fd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)",loggerBuf0
"1,215,028,514,084",2552936,"Log_print(0xe7489eeb, 0x7b, 0xa65c, 0x9b6e, 0x0, 0x0, 0x0, 0x0)",loggerBuf0
"1,215,028,514,468",2552937,"Log_print(0xe7489f2e, 0x7b, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)",loggerBuf0
"1,215,028,916,217",2552938,"Log_print(0xe74897d8, 0x1, 0xc4, 0x18, 0x1bcf090, 0x0, 0x0, 0x0)",loggerBuf0
"1,215,029,915,877",2552939,"Log_print(0xe74897d8, 0x2, 0x144, 0x30, 0x1bcf0a8, 0x0, 0x0, 0x0)",loggerBuf0
Could it be related to the following that I added in order to turn logs on/off (my code is not executing any Diags_setMask( "xdc.runtime.Main-1" ) code.
// This text is needed to give us the ability to turn realtime print_logs on/off.
var Text = xdc.useModule('xdc.runtime.Text');
Text.isLoaded = true;