I have a really heinous bug that I'm trying to track down and I've got the following situation.
Here's my scenario, I launch an activity, I change screen orientation to landscape, I change it again back to portrait, then I click on the device back button. After I do that, onDestroy of my activity is never called. It's called when I change orientation, but not when the user hits the back key.
- it only happens on Android 2.2.1 while debugger is not connected.
- it involves changing the screen orientation.
- onDestroy is never called after a screen orientation.
I'm at my wits end here and i'm looking for ideas on what could prevent the system from calling onDestroy...