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 <romain...@google.com> wrote:
> Hi,
>
> Have you looked at the logs to see the exact stack trace?
>
>
>
> On Sat, Sep 12, 2009 at 7:24 PM, Michael Dorin <bsddo...@gmail.com> wrote:
>
> > I have an application that crashes when the phone is rotated.
> > It is based on the quickconnect framework.
> > Sorry for the vagueness of this  message, but how would I begin to
> > debug what is happening?
> > What should I look for? How do I gather a trace?
>
> > It seems the crash comes at the onSuspend event.
>
> > Thanks for any ideas.
>
> > -Mike
>
> --
> Romain Guy
> Android framework engineer
> romain...@android.com
>
> Note: please don't send private questions to me, as I don't have time
> to provide private support.  All such questions should be posted on
> public forums, where I and others can see and answer them

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to