Skip to content

Instantly share code, notes, and snippets.

@iturgeon
Created November 5, 2012 19:06
Show Gist options
  • Save iturgeon/4019638 to your computer and use it in GitHub Desktop.
Save iturgeon/4019638 to your computer and use it in GitHub Desktop.
Trace Flash Debug Logs in the console
### opens "flashlog.txt" in Console
alias trace='tail -f ~/Library/Preferences/Macromedia/Flash\ Player/Logs/flashlog.txt | grep -v "^\->\|^<\-\|^\=\=>\|^<\=\="'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment