Hi, i am also having the same issue..Even i removed all the static variable and methods from my apps then also i am getting this issue.Can you tell me how to solve this.I tried by setting Service.setForeground(true). But no use..
On Thu, Jun 18, 2009 at 9:39 PM, Streets Of Boston <[email protected]>wrote: > > Do you have any static variable that references (and therefore caches) > an object that is either an activity/view or that is (indirectly) > refering to an activity/view? > > If so, you may be leaking activities/views when doing a configuration > change. > > Avoid the use of statics or be absolutely sure to either clear the > statics (upon onDestroy at least) or be absolutely sure not to cache > anything that can keep activities or views in memory. > > On Jun 18, 11:25 am, kevin <[email protected]> wrote: > > The crash has something to do with libwebcore.so and libdvm.so, my > > application does have webview in the the child activity.When child > > activity is finished, webview is removed from activity viewgroup and > > load some url in the background. Anyone know the cause of the > > crashed? > > > > Thanks, > > Kevin > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

