How to enable -advanced-telemetry=true on AIR Adt to use on Scout

369 Views Asked by At

I'm manually generating my swf, to after this to genrate an .apk

I want to enable the -advanced-telemetry to get the profile of each method call, as said on Scout.

I'm opening the Animator CC, and using DOM.exportSWF("mygenerated.swf", true);

to create the SWF

1

There are 1 best solutions below

0
On BEST ANSWER

I'm compiling using PublishSettings.xml generated by Animator CC

So I found there were an option

<PublishFlashProperties enabled="true">
    <EnableTelemetry>1</EnableTelemetry>
    <TelemetryPassword/>
...
...

which enables the telemetry to be used on Adobe scout

so Now I can see the details of method calling on the Adobe Scout: