trying to debug an out of memory I have, need some help with the tools avilable
I have a service that fetch xml pages from the internet one at a time , parse the results and put it in a db.
I maintain few lists that does not grow much, so it should not be the problem
I get out of memory after a whle (before the end of the scan)
in order to debug it I need at least
1. way to log amount of free memory on the phone
2. way to log amount of memory used by my process
any idea how to get that info ?
any other ideas of tools to help me narrow down the issue ?
thanks
I have a service that fetch xml pages from the internet one at a time , parse the results and put it in a db.
I maintain few lists that does not grow much, so it should not be the problem
I get out of memory after a whle (before the end of the scan)
in order to debug it I need at least
1. way to log amount of free memory on the phone
2. way to log amount of memory used by my process
any idea how to get that info ?
any other ideas of tools to help me narrow down the issue ?
thanks