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.

Revisions

  1. @lexrus lexrus revised this gist Aug 19, 2013. No changes.
  2. @lexrus lexrus revised this gist Jun 8, 2013. No changes.
  3. @lexrus lexrus created this gist Jun 8, 2013.
    7 changes: 7 additions & 0 deletions gistfile1.m
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    #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