[android-beginners] Re: How to debug crash on rotate

2009-09-14 Thread sume
I'm not familiar with the framework you're using, but do you have this attribute android:configChanges=”orientation in the activity that's casing the crash? if not you can handle that event with the onConfigurationChanged() handler. Hope this helps On Sep 12, 10:30 pm, Romain Guy

[android-beginners] Re: How to debug crash on rotate

2009-09-14 Thread sume
I'm not familiar with the framework you're using, but do you have this attribute android:configChanges=”orientation in the activity that's casing the crash? if not you can handle that event with the onConfigurationChanged() handler. Hope this helps On Sep 12, 10:30 pm, Romain Guy