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 -
_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev