Re: How to force Emulator/Device show panic/leave messages?
I've got the same problem. Did you (or anyone else) find a solution? On booth device and emulator the app just exists without saying why. I verified this by User::Panic(_L("test"), 1); and User::Leave(KErrNotFound); In both cases, the app just exists. Is there any way to catch the reason? This applies to both device (Nokia 7710) and emulator (WINS).
Forum posts: 1
User::Panic(_L("test"), 1);
and
User::Leave(KErrNotFound);
In both cases, the app just exists. Is there any way to catch the reason? This applies to both device (Nokia 7710) and emulator (WINS).
/Jonas
Forum posts: 4
Forum posts: 981
Yes.
pirosl