I've had a bug report that when a user is playing my game and an incoming call is received, after the call is finished with my app is crashing.
The problem is I've tried to recreate the error - I've been sitting here all morning running it and phoning in - and it always resumes without any problems. I can't see any error reports relating to this problem either. I've been quite exhaustive too, calling it during various stages (ie. entering highscores, on the splash screen, during gameplay) and never any problems.
It's weird because I have had this bug reported before a while ago, and then the user said it was okay now. So I guess it must be intermittent.
I'm guessing the problem is somewhere in my onCreate() method. I thought this was the entry point when resuming an app.
Does anyone have an idea how to debug this "blind" without a crash report?