Are you doing something that would result in a configuration change? Such as changing display orientation?
Cheers, Justin Android Team @ Google On Oct 22, 10:54 pm, hackbod <[EMAIL PROTECTED]> wrote: > I don't know enough to help, but you can use this to see what is > happening with activities in the system: > > adb logcat -b events > > Also try this to see the activities stacks (at the top, followed by a > bunch of process information that will require you to scroll back in > the terminal to find the activity info); > > adb shell dumpsys activity > > On Oct 22, 7:26 pm, Mark Hansen <[EMAIL PROTECTED]> wrote: > > > Fast day today.. hoping someone else might know about this? > > > Mark > > > On Oct 22, 10:10 am, Mark Hansen <[EMAIL PROTECTED]> wrote: > > > > I'm not sure if this is intended or not, but I had some compalints > > > from users about my application failing on the first run after the > > > install. > > > > After wiping the data on the emulator I notice when I debug that > > > onRestoreInstanceState and onSaveInstanceState are called. This is > > > not the case when an application is already installed. > > > > Can someone shed some light on why this happens? Is it initializing > > > something, perhaps default values from my preferences? > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

