Hi, Do you mean C/C++ memory leak ? If "yes" below is the my opinion.
As far as i know there is NO way you can check the Native mem leaks default android provides.. The native c/c++ app has to take care of this allocation and deallocation. May be you should try tools like memwatch, and port it on android and use it. Regards Girish lavanya wrote: > Hi, > > Is there any method to check native heap memory leak other than DDMS > Native Heap tab? > > with regards, > Lavanya -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
