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.
When I go to chrome://plugins and expand the details with the link at the upper right, I can see that the built-in PepperFlash player is still there, but is disabled. The plugin one:
Location: C:\WINDOWS\system32\Macromed\Flash\pepflashplayer32_16_0_0_235.dll
Type: PPAPI (out-of-process)
is enabled. So far, so good.
Based on information I gleaned from this Adobe forum post, I copied my mm.cfg file to:
%USERPROFILE%/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/System
(I had to create the System directory.)
The mm.cfg file contains:
TraceOutputFileEnable=1
ErrorReportingEnable=1
AS3Verbose=0
TraceOutputBuffered=1
AS3Trace=0
I assume that the log file this Flash player writes to is not the same as the one written to by the NPAPI player, because Chrome is very restrictive about filesystem access. In any case, there is nothing being written to the flashlog.txt file used by the NPAPI plugin. Nor can I find anything resembling a log file beneath
%USERPROFILE%/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash
And I can't find anything resembling meaningful documentation from Adobe.
Has anyone successfully done what I'm trying to do?