The message of application not responding is not related to the memory
usage, but to the processor usage of you application. All processor
intensive tasks should be done in a seperate thread.

On Apr 2, 9:45 pm, Niket Anand <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I have been facing one problem while running the android app for
> sometime. After playing with app for sometime, I usually see
> application not responding messages, eventhough I am taking care of
> not creating large number of objects.
>
> Can anyone suggest what is the exact problem which led to this "not
> responding message" everytime? how to deal this? how to take care in
> app?
>
> Can anyone tell me how to monitor the total live object in memory as
> right now I am seeing some info related to GC freeing number of
> objects etc but not telling the current number of live objects, free
> memory etc...
>
> Thanks for your help.
> Niket
--~--~---------~--~----~------------~-------~--~----~
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@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to