Is there a way to print out the current thread id on which the current method is executing on?
(objective-c please)
Is there a way to print out the current thread id on which the current method is executing on?
(objective-c please)
NSLog prints to the console a number (in square brackets after the colon) identifying the thread on which it was called.