Skip to content

Instantly share code, notes, and snippets.

@cppforlife
Created September 24, 2012 02:59
Show Gist options
  • Select an option

  • Save cppforlife/3773954 to your computer and use it in GitHub Desktop.

Select an option

Save cppforlife/3773954 to your computer and use it in GitHub Desktop.
instrumentObjcMessageSends
setenv("NSObjCMessageLoggingEnabled", "YES", 1);
instrumentObjcMessageSends(YES);
instrumentObjcMessageSends(NO);
grep -v '\- DVT' __FILE__ | grep -v '\- NS' | grep -v '\+ NS' | grep -v '\+ DVT' | grep -v '_NS'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment