想知道工程名中的數組代表什麼意思?
2013-04-24 12:00:00:000 ProjectName[xxxxx:xxx] Some Log Text
[xxxxx:xxx]這裡有一些數字。
第一個是PID(線程ID) 第二個是通過thread ID 獲取的mach port
運行這段代碼你就懂了
NSLog(@"%@",[NSString stringWithFormat:@"[%ld:%lx]", (long) getpid(), (long) pthread_mach_thread_np(pthread_self())]);