logo       

[android-developers] Re: Application Crashed: msg#04198

AndroidDevelopers

Subject: [android-developers] Re: Application Crashed

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 <flyingdutchie@xxxxxxxxx> 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 <kevin_x...@xxxxxxxxx> 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 android-developers@xxxxxxxxxxxxxxxx
To unsubscribe from this group, send email to
android-developers-unsubscribe@xxxxxxxxxxxxxxxx
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | Mail Home | sitemap | FAQ | advertise