How to get trace output from PPAPI content debugger Flash Player

后端 未结 2 698
野趣味
野趣味 2020-12-15 14:12

I\'m using Chrome 39.0.2171.95 on Windows 8. I ran Adobe\'s uninstall_flash_player.exe. I installed the PPAPI content debugger Flash Player announced in this Adobe blog post

2条回答
  •  伪装坚强ぢ
    2020-12-15 14:50

    This has been driving me crazy for a week, but I finally figured it out. I'm on a Mac, and I have several Chrome User Profiles - which is a critical detail. The mm.cfg and flashlog.txt files need to be in a different directory depending on which Chrome User Profile you use.

    ( Note: I manually created the ".../System/..." directory for mm.cfg myself )

    Location of mm.cfg file (Mac):

    "/Users/%USERNAME%/Library/Application Support/Google/Chrome/%Profile #%/Pepper Data/Shockwave Flash/System/mm.cfg"

    Location of flashlog.txt (Mac):

    "/Users/%USERNAME%/Library/Application Support/Google/Chrome/%Profile #%/Pepper Data/Shockwave Flash/WritableRoot/Logs/flashlog.txt"

    I hope that helps!

提交回复
热议问题