Mark, what kind of logging are you trying to achieve? Are you expecting to track problems remotely while they're running the app with a release version of the player?
For Scout I would only recommend if you're trying to track your app running locally or in a remote computer where it's doable configuring telemetry communication to a remote host so you could see in real time user's sessions. Of course, if you don't know your users and configuring a custom telemetry session in a remote computer is not an option, you clearly need to use some kind of logger and send it to some kind of service. There are a few apps out there with that kind of capabilities like MonsterDebugger[1]. Regarding Telemetry you can see how to span custom markers[2] that will show inside Adobe Scout. [1] http://demonsterdebugger.com/ [2] http://www.adobe.com/devnet/scout/articles/adobe-scout-custom-telemetry.html On 22 October 2013 11:23, mark goldin <[email protected]> wrote: > Not sure how I would do this. Can you explain, please? > > > On Tue, Oct 22, 2013 at 5:09 AM, João Fernandes < > [email protected]> wrote: > > > You could always try to leverage telemetry API where you can spawn custom > > markers and they'll show up in your session inside Adobe Scout. > > > > > > On 22 October 2013 11:04, mark goldin <[email protected]> wrote: > > > > > Is there any code around for such AIR app to listen to the web app? > > > > > > > > > On Mon, Oct 21, 2013 at 9:53 PM, Alex Harui <[email protected]> wrote: > > > > > > > > > > > > > > > On 10/21/13 5:57 PM, "mark goldin" <[email protected]> wrote: > > > > > > > > >What I would really want is to write some info into a local file. Is > > > that > > > > >possible? > > > > It depends. You can have folks install an AIR app that will listen > to > > > > your web-app and write data to the local file. But without a helper > > app, > > > > the web-app does not have access because of security restrictions. > > > > > > > > > > > > > > > > > > >On Mon, Oct 21, 2013 at 4:46 PM, mark goldin <[email protected] > > > > > > >wrote: > > > > > > > > > >> Just to make sure the users dont need to run the debugging > version, > > > > >> correct? > > > > >> > > > > >> > > > > >> On Mon, Oct 21, 2013 at 4:29 PM, Alex Harui <[email protected]> > > wrote: > > > > >> > > > > >>> mx.logging.* > > > > >>> > > > > >>> On 10/21/13 1:40 PM, "mark goldin" <[email protected]> > wrote: > > > > >>> > > > > >>> >What are the ways of tracing problems if users not running > > debugging > > > > >>> >version of Flash Player? > > > > >>> > > > > > >>> >Thanks > > > > >>> > > > > >>> > > > > >> > > > > > > > > > > > > > > > > > > > -- > > > > João Fernandes > > > -- João Fernandes
