memory monitor Please Login to Remove! hi, is there already some memory monitoring tools for BB? I'm currently developping a background application and I'm trying to find if there is any memory leak.
I've seen that there is the class MemoryStats that gives the current free memory, but before I start to make some tool(the kind that draws a chart), I wonder if something similar exists already.
I've tried to do it with the debugger of JDE attached to USB, but the debugger makes always the BB to do a soft reset after 1 hour or so. (and the simulator isn't an option since I use bluetooth)
I've googled a little but I didn't found anything similar for now. Did I miss some magnificent tools that can help me to find memory leaks? |