After creating your mm.cfg
file into "%USERPROFILE%/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/System"
, you should restart chrome and then run your swf file, your log file will be created here : "%USERPROFILE%/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/WritableRoot/Logs"
and it's named flashlog.txt
. If the path WritableRoot/Logs
didn't exist, it will be created automatically.
So to recap all that for the debugger version of the PPAPI Flash Player on Chrome and Opera on Windows 7/8 :
Windows 7/8 PPAPI
mm.cfg :
TraceOutputFileEnable=1
ErrorReportingEnable=1
mm.cfg location :
Chrome :
"%USERPROFILE%/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/System"
Opera :
"%USERPROFILE%/AppData/Roaming/Opera Software/Opera Stable/Pepper Data/Shockwave Flash/System"
log file location :
Chrome :
"%USERPROFILE%/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/WritableRoot/Logs/flashlog.txt"
Opera :
"%USERPROFILE%/AppData/Roaming/Opera Software/Opera Stable/Pepper Data/Shockwave Flash/WritableRoot/Logs/flashlog.txt"
Windows 7/8 NPAPI/ActiveX
mm.cfg location :
%USERPROFILE%
log file location :
"%USERPROFILE%/AppData/Roaming/Macromedia/Flash Player/Logs/flashlog.txt"
Mac Chrome PPAPI
mm.cfg location :
"/Users/%USERNAME%/Library/Application Support/Google/Chrome/Default/Pepper Data/Shockwave Flash/System/mm.cfg"
log file location :
"/Users/%USERNAME%/Library/Application Support/Google/Chrome/Default/Pepper Data/Shockwave Flash/WritableRoot/Logs/flashlog.txt"
Mac Chrome NPAPI (chrome NPAPI is deprecated, but this might also apply to other browsers like firefox)
mm.cfg location :
"/Library/Application Support/Macromedia/mm.cfg"
log file location :
"/Users/%USERNAME%/Library/Preferences/Macromedia/Flash Player/Logs/flashlog.txt"
For more information, click here for how to edit the mm.cfg file and from here to know the log file location. WARNING - the log files locations in this documentation may not be up-to-date.
Hope all that can help.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…