Skip to main content
August 7, 2011
Answered

Best way to detect memory usage etc. on mobile device for debugging?

  • August 7, 2011
  • 1 reply
  • 905 views

Hi

What's the best way, when developing, to detect memory usage and such while the app is running on the device?

So you can test it and see if something is causing it to run wild. I'm making an iOS/Android device so I want to try it on both slow and fast phones and I have a script that "adds on" memory usage as the user continues. I would like to monitor this (either in app, or from the debugger) to see what happens.

Any ideas?

Thank you

This topic has been closed for replies.
Correct answer Yacine__Dooprod_

Hello!

My favorite debugger, by far, is "Monster Debbuger".

Easy to use, and very powerful !


Go > http://demonsterdebugger.com/

1 reply

Yacine__Dooprod_Correct answer
Inspiring
August 8, 2011

Hello!

My favorite debugger, by far, is "Monster Debbuger".

Easy to use, and very powerful !


Go > http://demonsterdebugger.com/

August 8, 2011

Thanks dude, that's perfect!