Hi, My application has parent and child activities, sometimes when child activity stopped, parent activity didn't started by the system (this is happen randomly, but infrequently). The process still running, but main activity is not resume and results a black screen. No error message is in the log. Following the is the log starting when closing the child activity (BrowserView):
06-18 13:17:19.921: INFO/HTCIMEService(228): [setWCLText]: wclText=, candIdx=0 06-18 13:17:20.071: INFO/ActivityManager(75): Displayed activity com.in.android.nman/com.in.android.nman.BrowserView: 5773 ms 06-18 13:17:20.081: INFO/BrowserView(29997): browser view on stop com.in.android.nman.browserv...@437345e8 06-18 13:17:20.081: INFO/BrowserView(29997): browser view on destroy com.in.android.nman.browserv...@437345e8 06-18 13:17:20.341: INFO/NotificationService(75): enqueueToast pkg=com.in.android.nman callback=android.app.ITransientNotification $stub$pr...@4378dc10 duration=0 06-18 13:17:20.841: DEBUG/dalvikvm(29997): GC freed 5384 objects / 708976 bytes in 231ms 06-18 13:17:22.045: DEBUG/InetAddress(29997): fg.zedo.com: 63.211.147.11 (family 2, proto 6) 06-18 13:17:22.921: INFO/NotificationService(75): enqueueToast pkg=com.in.android.nman callback=android.app.ITransientNotification $stub$pr...@437b2360 duration=0 06-18 13:17:23.281: INFO/NotificationService(75): enqueueToast pkg=com.example.android.snake callback=android.app.itransientnotification$stub$pr...@437f54f8 duration=0 06-18 13:17:23.821: DEBUG/dalvikvm(29997): GC freed 4054 objects / 626616 bytes in 197ms 06-18 13:17:24.621: INFO/NotificationService(75): enqueueToast pkg=com.in.android.nman callback=android.app.ITransientNotification $stub$pr...@438131f8 duration=0 06-18 13:17:24.911: DEBUG/InetAddress(29997): ads.zedo.com: 8.4.33.198 (family 2, proto 6) 06-18 13:17:25.361: DEBUG/dalvikvm(29997): GC freed 1710 objects / 333312 bytes in 244ms --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

