zoukankan      html  css  js  c++  java
  • Flex3——log日志文件 关于mm.cfg日志配置文件的设置

    装好了debug版本的flash player插件,配置flashlog.txt的日志记录文件。

    mm.cfg配置文件的存放路径:

    Windows XP  C:/Documents and Settings/username

    Windows 7   C:/Users/username

    Linux      /home/username  ——未测试

    Macintosh OS X  /Library/Application Support/Macromedia  ——未测试

    flashlog.txt日志文件的生成路径:

    Windows XP    C:/Documents and Settings/username/Application Data/Macromedia/Flash Player/Logs

    Windows 7   C:/Users/username/AppData/Roaming/Macromedia/Flash Player/Logs

    Linux       /home/username/.macromedia/Flash_Player/Logs/  ——未测试

    Macintosh OS X  /Users/username/Library/Preferences/Macromedia/Flash Player/Logs/  ——未测试

    mm.cfg配置文件详细参数

    AssetCacheSize=20
    AutoUpdateDisable=0
    AutoUpdateInterval=-1
    AVHardwareDisable=0
    DisableDeviceFontEnumeration=0
    DisableProductDownload=0
    ErrorReportingEnable=1
    FileDownloadDisable=0
    FileUploadDisable=0
    FullScreenDisable=0
    LocalFileReadDisable=0
    LocalStorageLimit=6
    MaxWarnings=500
    PolicyFileLog=1
    PolicyFileLogAppend=1
    SuppressDebuggerExceptionDialogs=1
    TraceOutputFileEnable=1
    TraceOutputFileName=C:\Users\jmu\AppData\Roaming\Macromedia\Flash Player\Logs\flashlog.txt  ——win7的路径

    这是我的mm.cfg文件(从宇哥win7上拷过来的),其实只要设置标红的参数就OK了,但蓝色的实际上是设置日志文件存放路径的,上面是宇哥文件里的路径,我拿来没有修改过,但日志文件好像自己会根据系统来存放在默认位置而无视这个参数。

    最后有个小技巧,如何验证正确安装了debug版本的flash player,只要在浏览器中浏览flash页面,点右键,查看是否有“调试器”这个选项,有就说明已经安装好了。

     

  • 相关阅读:
    “北漂”的那些年 5
    “北漂”的那些年 4
    全国省市区代码-2020版
    记一次CDH修改IP
    Python爬取抖音视频
    代码生成,减少70%的重复劳动
    Log4J配置详解
    linux常用命令
    tomcat修改默认访问首页
    java根据身份证号和获取用户年龄和性别的工具类
  • 原文地址:https://www.cnblogs.com/codecorsair/p/2434064.html
Copyright © 2011-2022 走看看