Flash trace output in firefox, linux

后端 未结 6 546
名媛妹妹
名媛妹妹 2021-01-14 01:07

I\'m developing an applications which I\'ve got running on a server on my linux desktop. Due to the shortcomings of Flash on Linux (read: too hard) I\'m developing the (smal

6条回答
  •  清酒与你
    2021-01-14 01:34

    Hope this helps too (for the sake of google search i came from):

    In order to do trace, you need the debugger version of Flash Player from http://www.adobe.com/support/flashplayer/downloads.html (look for "debugger" version specifically - they are hard to spot on first look)

    Then an mm.cfg file in your home containing

    ErrorReportingEnable=1 TraceOutputFileEnable=1 MaxWarnings=50
    

    And then you are good to go - restart the browser. When traces start to fill in, you will find the log file in

    ~/.macromedia/Flash_Player/Logs/flashlog.txt
    

    Something like

    tail ~/.macromedia/Flash_Player/Logs/flashlog.txt -f
    

    Should suffice to follow the trace.

提交回复
热议问题