Hello,

I am developing for Froyo on a Nexus One.  I have an issue where the
dalvik vm crashes (in logcat AndroidRuntime specifically mentions it
is shutting down the VM) and brings down running activities and
services.  My app is a single Activity - it executes
onSaveInstanceState when the VM comes down and I save some data (an
int and two Strings).  When I start the Activity again, the
savedInstanceState Bundle passed to onCreate() is null and
onRestoreInstanceState is not called at all.  How do I preserve
information across crashes of this nature?

Thank you,

Jayce

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

Reply via email to