FLogger on the emulator
| Fri, 2003-10-17 08:17 | |
|
I've read an article about FLogger, useful tool. My app behaves differently on the emulator and on the device, so I need to compare behavior. Hence, I decided to make similar logs and compare them. How can I run FLogger on the emulator? Which directory should I create? I tried creating C:\Symbian\6.1\Series60\Epoc32\Release\wins\udeb\z\system\Logs\OrbLogs and initializing FLogger with iLog.CreateLog(_L("OrbLogs"),_L("OrbLog.txt"),EFileLoggingModeOverwrite); It doesn't work |
|






Forum posts: 2009
You have to create "C:\Symbian\6.1\Series60\Epoc32\Wins\c\Logs\OrbLogs" to enable your logs.
Cheers,
Eric
Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant
Forum posts: 78
C:\Symbian\6.1\Series60\Epoc32\Wins\c\Logs
Compilable Symbian Code Examples
Forum posts: 78
Compilable Symbian Code Examples
Forum posts: 278
Log folders CAN'T be deleted as in use by system!!!
-- JumpJack --