Hi, We are also facing the same issue, when we start another activity, the new activity get launched, but the current get destroyed. I have seen the log and onStop() and onDestroy of that activity is called on that activity. The issue is seen on Nexus 4.0.4 and few other 4.0.4 devices. We also have Nexus 4.0.4 devices, but this issue is not reproducible on our devices. We are getting crash log from the Customer which indicates when other activity is launched, the current activity get destroyed. Our application is a singleTask Application, hence when we start another activity from the Activity which has a launch mode singleTask. The launching activity onStop() and onDestroy() is called and hence the application closes. The issue is seen on 2 out of 10 Customer using Samsung Nexus 4.0.4. The issue is not seen on other Android OS.
Thanks. On Sunday, April 15, 2012 9:36:19 AM UTC+5:30, James Black wrote: > > Hello, > I am trying to understand what may be happening in my program. I don't > get any indication as to why it is crashing, but the basic flow is: > First activity starts > user selects to see map > Remote Service starts up > Almost immediately after binding to and calling onStart on the service the > mapview activity dies. > > There is nothing in the logcat to help explain what may be going on. > > This works fine on 2.3.3. > > This is from my manifest: > <uses-sdk > android:minSdkVersion="7" > android:targetSdkVersion="11" /> > > I don't know if it could have anything to do with this. > > Any idea how I may want to gather more information? > > I put a breakpoint in onDestroy but that didn't help in any way. > > When I don't bind to the service it still exits, so it appears the problem > has nothing to do with the service. > > -- > "I know that you believe you understandst what you think I said, but I'm > not sure you realize that what you heard is not what I meant." > - Robert McCloskey > -- 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

