Re: [android-developers] Do we need to call System.gc() ?

2010-08-10 Thread Greg Donald
On Mon, Aug 9, 2010 at 11:16 PM, Alex Xin xinxi...@gmail.com wrote: Hi, Do we need to call System.gc() to indicate that system should do a garbage collection or just let system to choose when to collect garbage and free it? Because my app will random FCs on certain phones, but if I add some

[android-developers] Do we need to call System.gc() ?

2010-08-09 Thread Alex Xin
Hi, Do we need to call System.gc() to indicate that system should do a garbage collection or just let system to choose when to collect garbage and free it? Because my app will random FCs on certain phones, but if I add some calls to System.gc(), then there were no FCs. Thanks BRs, Alex --