my application works fine in emulator but when i run it on my phone application crashes......wat shd i do??
my application works fine in emulator but when i run it on my phone application crashes......wat shd i do??
hmmm
it will be more than great you if you tell the forum what your application does, if you mind that then try searching for something known as on device debugging.
If thats bit difficult for you then you can LOG something in files at regular points and check which function is causing the problem.
Let me know if you require more help. :-)
Regards,
Gargi Das- http://gargidas.blogsot.com
Forum Nokia Python Wiki
Learn Python at http://mobapps.org/PyS60
First find out what you mean by "crash". If its a panic find out the panic number, if its an exception, find the exception number.
If its an exception, see if you have lots of stack variables is one immediate thing to check (often large or numerous TBuf type descriptors).
Descriptor conversion reference: http://discussion.forum.nokia.com/fo...reference-post
thankoooooooooooo guys problem solved thru debuggging but i did debugging with a very awful method..... i declared dialogs after each line of code to check out which line is generating a crash.....thanx again
well for device, you could have gone for On device debugging. Also , some ways like priting soemthing on console, or logging to file is a nice option.
Do Remember to Search for your query on Google/Forum Wiki& DiBo , it really saves your time & You get your queries answered(in most of the cases) before posting them on Dibo itself. :)
Descriptor conversion reference: http://discussion.forum.nokia.com/fo...reference-post