Skip to main content
sivacse24rep
Inspiring
August 21, 2012
Answered

Trace not working

  • August 21, 2012
  • 1 reply
  • 734 views

Hi ,

I am using Adobe flash cs5. I used to create Air application on the publish settings.

While i run the air application in side the Adobe flash cs5 it update the "Application Data\Macromedia\Flash Player\Logs\flashlog.txt"

but once i compile them as .air packge, it didnt update the flashlog.txt.I want to see the trace when the .air application starts.Please guide me to debug the air application.

Tool               : flash CS5

Air version     : 2
OS                 : Windows 7

Note:

When i google about it I got something like ADL to get the trace.Then i download the latest air sdk. But i am not aware how to link the "AdobeAIRSDK" with the flash cs5.

This topic has been closed for replies.
Correct answer chris.campbell

Trace statements and debugging using the release app is not officially supported.  However, you can launch your app using ADL from a command prompt and the trace statements will appear.  Alterntativly, users have worked around this limitation using steps as described in this blog:

http://backroom.bostonproductions.com/?p=902

1 reply

chris.campbell
chris.campbellCorrect answer
Legend
August 21, 2012

Trace statements and debugging using the release app is not officially supported.  However, you can launch your app using ADL from a command prompt and the trace statements will appear.  Alterntativly, users have worked around this limitation using steps as described in this blog:

http://backroom.bostonproductions.com/?p=902

sivacse24rep
Inspiring
August 22, 2012

Hey Chris,

Thanks a lot for the replay. http://backroom.bostonproductions.com/?p=902 this is very simple and works for me well.