Skip to content

Instantly share code, notes, and snippets.

@martinnormark
Last active December 11, 2015 19:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martinnormark/4647510 to your computer and use it in GitHub Desktop.
Save martinnormark/4647510 to your computer and use it in GitHub Desktop.
Sample iOS logging output
2013-01-27 10:11:26.113 iOS-logging-experiments[24010:c07] -[BPViewController logContextButtonPressed:]:31 someObject=(
)
2013-01-27 10:11:26.115 iOS-logging-experiments[24010:c07] -[BPViewController logContextButtonPressed:]:34 someObject=(
foo
)
2013-01-27 10:11:26.116 iOS-logging-experiments[24010:c07] -[BPViewController logContextButtonPressed:]:36 someObject=(
foo
)
2013-01-27 10:11:26.138 iOS-logging-experiments[24010:c07] (
0 iOS-logging-experiments 0x000021ee -[BPViewController logContextButtonPressed:] + 302
1 libobjc.A.dylib 0x010dd705 -[NSObject performSelector:withObject:withObject:] + 77
2 UIKit 0x00014920 -[UIApplication sendAction:to:from:forEvent:] + 96
3 UIKit 0x000148b8 -[UIApplication sendAction:toTarget:fromSender:forEvent:] + 61
4 UIKit 0x000d5671 -[UIControl sendAction:to:forEvent:] + 66
5 UIKit 0x000d5bcf -[UIControl(Internal) _sendActionsForEvents:withEvent:] + 578
6 UIKit 0x000d4d38 -[UIControl touchesEnded:withEvent:] + 546
7 UIKit 0x0004433f -[UIWindow _sendTouchesForEvent:] + 846
8 UIKit 0x00044552 -[UIWindow sendEvent:] + 273
9 UIKit 0x000223aa -[UIApplication sendEvent:] + 436
10 UIKit 0x00013cf8 _UIApplicationHandleEvent + 9874
11 GraphicsServices 0x01be7df9 _PurpleEventCallback + 339
12 GraphicsServices 0x01be7ad0 PurpleEventCallback + 46
13 CoreFoundation 0x01c01bf5 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 53
14 CoreFoundation 0x01c01962 __CFRunLoopDoSource1 + 146
15 CoreFoundation 0x01c32bb6 __CFRunLoopRun + 2118
16 CoreFoundation 0x01c31f44 CFRunLoopRunSpecific + 276
17 CoreFoundation 0x01c31e1b CFRunLoopRunInMode + 123
18 GraphicsServices 0x01be67e3 GSEventRunModal + 88
19 GraphicsServices 0x01be6668 GSEventRun + 104
20 UIKit 0x0001165c UIApplicationMain + 1211
21 iOS-logging-experiments 0x00001ddd main + 141
22 iOS-logging-experiments 0x00001d05 start + 53
23 ??? 0x00000001 0x0 + 1
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment