Hi, if I start the emulator a lot of messages appear in EPOCWIND.OUT. Where do these message come from ? Is there any relation with kernel tracing ? Is there a way to control what messages end up in EPOCWIND.OUT ?
Regards,
Rene
Hi, if I start the emulator a lot of messages appear in EPOCWIND.OUT. Where do these message come from ? Is there any relation with kernel tracing ? Is there a way to control what messages end up in EPOCWIND.OUT ?
Regards,
Rene
The messages that appear in EpocWnd.out would have come from calls to RDebug.
This is built into all of the core application binaries so I don't think there is a way of blocking some of them.
For your own applications I would recommend using RFileLogger and this is the simpler solution