how debug a memory error?

melamoud

Active Member
Licensed User
Longtime User
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
 

melamoud

Active Member
Licensed User
Longtime User
Do you still get the out of memory errors?

yes but its now harder to reproduce, after I changed all the images loadeed by the loadLayout to be manually set using loadBitmapSample

much harder to reproduce but still happening, part of it I think is because for some reason every min or so (dont have a timer) the app goes to resume and paused for not apperant reason - maybe
 
Upvote 0

melamoud

Active Member
Licensed User
Longtime User
No but it has httpjobs running for like an hour at thus point manually triggered only

The out of mem in most times and lately happened only in ideal mode after the hour run when it sort of blinking...
 
Upvote 0
Top