Skip to content

Instantly share code, notes, and snippets.

@flashlib
Forked from lexrus/gist:5734257
Last active August 29, 2015 14:20
Show Gist options
  • Save flashlib/bf60860b8263f99d9286 to your computer and use it in GitHub Desktop.
Save flashlib/bf60860b8263f99d9286 to your computer and use it in GitHub Desktop.
#if TARGET_IPHONE_SIMULATOR
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wimplicit"
// Log all notifications via tail -f /tmp/msgSends-*
instrumentObjcMessageSends(YES);
#pragma clang diagnostic pop
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment