Connect to processstrace -s 2048 -f -p 12345
The -s flag sets the limit of the string length that will be printed. The -f flag will follow any child processes that are spawned.
Where 12345 is the pid of the process you want to examine.
Connect to processstrace -s 2048 -f -p 12345
The -s flag sets the limit of the string length that will be printed. The -f flag will follow any child processes that are spawned.
Where 12345 is the pid of the process you want to examine.