r3 wrote:
> when i run my application for long time then my applicatiojn gets
> killed:
> 
> i always get the same logs which are attached with this post.
> 
> kindly help me out...

<snip>

> I/ActivityManager(  587): Low Memory: No more background processes.

Something on your device or emulator is leaking memory. Eventually,
Android has to start killing things off to free up memory, and
eventually that causes com.android.Browser.BrowserProvider to be killed,
which kills your application.

Use DDMS to identify what application is leaking memory. If it is yours,
fix the leak.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android Training in Germany, 18-22 January 2010: http://bignerdranch.com

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to