App restarts BB on the phone and not on Simulator

Hello

I have a problem with an application that I'm developing. The application runs in the background and checks each minute a change of status.

It works without any problem on the BlackBerr Simulator, even for long periods of time. However, when I run it on a blackberry, my blackberry reboots without any reason. When the application does not work, this is not the case. It is somehow possible to analyze why my BlackBerry reboots?

I already tried the Profiler but don't see anything weird. All that I expect that only the application crashed and not the full operating system.

Thanks for your help!

EventLogger class allows you to connect each step in your application.

Analyze the event log device after each reboot.

It can be opened by the key sequence:

Press Alt, hold it down and press LGLG

Perhaps your application out of MEMORY/free free unit handles object at run time and it causes the reboot of the device.

Try to analyze your application carefully in the JDE debug tools.

Use memory comparison tools, make snapshots of memory in moments of different times and compare them.

Tags: BlackBerry Developers

Similar Questions

Maybe you are looking for