I seem to be getting a crash after a long period of time on my device: E/AndroidRuntime( 1115): FATAL EXCEPTION: main
This is a continuation to my previous attempt to resolve a pesky issue affecting a few instances of my app.
I have an Android application with a background running Service. When the Service crashes or gets killed by Android I can see that Android tries to restart it again.
I work on a windows XP PC with a Python 2.6 install and I was trying to solve a Project Euler problem, but whenever I execute the code the interpreter hangs. I\'ve debugged it through PyScripter, IDLE
I have an app that uses quite a few graphics in it. When I open and close my app repeatedly on my emulator (1.5 - 2.2) it runs fine and by checking the heap I can see everything is being cleaned and
My application has custom crash-handling built-in (see John Robbins\' excellent book about \"Debugging Windows Applications\").To test this functionality, I always used the Windows function DebugBreak
I have a scroll view app which runs fine on the simulator, however, when installed on the device, it gives me an EXC_BAD_ACCESS, when i attempt to scroll one page. I have ran it through Instruments wi
I\'m on Titanium 1.2.1 using SDK 4.0 compiling to a device with 3.1.3. This crash doesn\'t manifest itself in the simulator, but only on the device.
hey Guys, I\'m still an Android & Java noob, but everything I\'ve seen is telling me this should totally work, but it doesn\'t!not in the emulator, not on the phone..I\'m trying to use the vibrato
I haven\'t manageall errors on my application anymore. So I would like to know if it is possible to Kill the entire app when it crashes?