gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-dev] [bug #32798] What Gnash Logging Options to use?


From: Rob Savoye
Subject: Re: [Gnash-dev] [bug #32798] What Gnash Logging Options to use?
Date: Tue, 15 Mar 2011 20:41:19 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc13 Lightning/1.0b2 Thunderbird/3.1.7

On 03/15/11 20:35, diptorup wrote:

> Need some advise, to capture more info for a bug/issue like #32798. What
> kind of logging option should I use from the preferences.

  For plugin debugging, edit gnash*/plugin/npapi/plugin.h, and set
GNASH_PLUGIN_DEBUG to 2. Then "make install-plugin". Then when you run
Firefox from a terminal, you'll get massive debugging info from Gnash. I
just "2>&1 tee x" the output, so I can grep it and look at it later, as
it is huge.

> - enabling logging seems to slow down the video load time (guess because
> it is writing out all those logs)
> - the log file size keeps growing exponentially. Becomming really huge
> very quickly.

  I have a cron job that deletes ~/gnash-dbg.log. :-) If you do the
above trick, you don't need to enable disk logging to gnash-dbg.log.
While there is a small performance hit, I run Gnash like this all the
time and have never noticed a problem.

        - rob -



reply via email to

[Prev in Thread] Current Thread [Next in Thread]