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
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: