Skip to content

Instantly share code, notes, and snippets.

@thiagosf
Created April 24, 2018 17:13
Show Gist options
  • Select an option

  • Save thiagosf/f4e64d1c90dfdce9aee18b90d30dd1b2 to your computer and use it in GitHub Desktop.

Select an option

Save thiagosf/f4e64d1c90dfdce9aee18b90d30dd1b2 to your computer and use it in GitHub Desktop.
Trace process log, change <PID> by pid number
sudo strace -p<PID> -s9999 -e write
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment