Skip to main content
Known Participant
July 23, 2014
Question

How do you profile AIR mobile applications?

  • July 23, 2014
  • 1 reply
  • 340 views

I'm used to using FlashBuilder to profile an application, take memory snapshots, and find lingering objects from memory leaks.  With AIR mobile, the best I can do is run Adobe Scout to verify that my application has a memory leak.  The list of all ActionScript objects is massive- it's not useful for tracking down a leak.  Is there a way to use the standard FlashBuilder profiler, or another way to track down a memory leak using Adobe Scout?

Thanks!

This topic has been closed for replies.

1 reply

User Unknow
Legend
July 25, 2014

Do you enable advanced telemetry? Do you use object pooling and object nulling technique?

tehxike1Author
Known Participant
July 25, 2014

Yes, I've enabled telemetry.  I use object pooling and nulling, but not in the instance that's causing the exception.  It's a simple block that involves a few Parsley commands and an ANE.  I really need the profiler to figure out what part is leaking, and I have to test it on a device because of the ANE.

tehxike1Author
Known Participant
August 11, 2014

No ideas?  Being unable to effectively profile mobile applications is a huge problem for me right now.  Any help would be very appreciated.