[android-developers] Re: How to figure out who is causing GC on my device?

2010-11-01 Thread dipu
I have put hotmail and exchange email check frequency to never and it seems alright now. I will try enabling them later. Thanks, Dipu On Oct 31, 6:11 pm, Miguel Morales therevolti...@gmail.com wrote: Try putting your phone in airplane mode and see what happens. On Oct 31, 2010 5:39 PM, dipu

[android-developers] Re: How to figure out who is causing GC on my device?

2010-10-31 Thread dipu
Thank you very much for the tip. I have restrasted my phone and made sure that my app is not running. Now I see two processes causing the GC. system1103 1013 221560 49288 S system_server app_381872 1013 146228 23724 R com.android.email D/dalvikvm(

Re: [android-developers] Re: How to figure out who is causing GC on my device?

2010-10-31 Thread Miguel Morales
Try putting your phone in airplane mode and see what happens. On Oct 31, 2010 5:39 PM, dipu contac...@gmail.com wrote: Thank you very much for the tip. I have restrasted my phone and made sure that my app is not running. Now I see two processes causing the GC. system1103 1013 221560 49288

[android-developers] Re: How to figure out who is causing GC on my device?

2010-10-28 Thread William Ferguson
Other than the fact that it consumes CPU that could be used by your app. On Oct 29, 6:27 am, Kostya Vasilyev kmans...@gmail.com wrote: Run adb shell and then ps to get the list of running processes. Then you just need to match by process id's - 1344 and 1103. However - each process has its