How do I get a call stack?
Application panic
• run d_exc tool on the device first
• reproduce the panic.
• d_exc dialog  pops up
… telling you some information about the panic.
Press OK to save the stack to disk.
• d_exc will have dumped 2 files to disk
… a binary .stk file containing the thread’s stack
… a .txt file detailing the panic code and category
• get those files onto a PC and have your
symbol file at hand.