Hi Guys, I'm getting since a while a "null pointer exception" on resuming my app from background. The thing is I tried first to debug through DDMS, that's how I saw the error, but I have no clue in DDMS to where could be the error in my app. I tried running my app in debug mode with Titanium Studio, but then even though I added exception break points, the debugger never stops and the app stays with a black screen for a few seconds then crashes, still with no reaction from debugger.
How can I debug that kind of error ?
FYI I'm using benCoding AlarmManger to launch a service every minutes. I tried removing it to see if it was because of that, but the error was still there ...
Thank you in advance for your time :) David.