Hello,
I have a codec that uses the general trace utility (or is it generic trace?)
I can start the tracings by doing:
CE_TRACE=*+01234567 ./app
I can also set this in my codec using GT_setLevel. However, does this override any outside settings?
How can i specify the tracemask for my module in the server configuration file?
I looked at the TraceUtil but I tried including that and got errors about the BIOS, which isn't needed for the DM368.
Do I need to create different profiles? I saw that there is:
xdc.useModule("ti.sdo.fc.global.Settings").profile = "debug_trace";
Do I need to do something like that?
What I really want to do is always turn warnings and errors on for my module (udpanalytics.module.MODULE+67) but still have the ability to turn all the tracing on at runtime or in the server configuration.
Is this possible?
Matt