Here is a very excellent tip for debugging any symbian application which has gc Draw funtions.
Put iEikonEnv->WsSession().SetAutoFlush(ETrue) in the ConstructL() function of your AppUi.
This will force the gc commands to show up in the emulator immediately, rather than when the window server client buffer is flushed next.
Note: Don't forget to remove it in your release build.
Tip: Force gc Draw commands to show up in Emulator Debug
Posted by Kamalakshan
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment