[android-developers] Re: Out of memory in test application.

2010-10-29 Thread nikki
On Oct 28, 1:57 pm, Kumar Bibek wrote: > Try Traceview to see your memory allocations. I am sure it will help > you. > > On Oct 28, 12:32 pm,nikki wrote: > > > Hi Group, > > > I am facing out of memory issue in my test application. > > > I have written 102 test methods(distributed in 7 test clas

[android-developers] Re: Out of memory in test application.

2010-10-29 Thread nikki
Hi Bibek, thanks for the post. But yet I am not able to find a way out. One pattern I have observed, I don't know I am correct or not that "Number Of test class Objects created is equal to the number of test method present". And the object creation takes place before the execution of test script

[android-developers] Re: Out of memory in test application.

2010-10-28 Thread Kumar Bibek
Try Traceview to see your memory allocations. I am sure it will help you. On Oct 28, 12:32 pm, nikki wrote: > Hi Group, > > I am facing out of memory issue in my test application. > > I have written 102 test methods(distributed in 7 test classes) for the > application and when it reaches to the e