Search code examples
iphoneiosxcodeloggingnslog

Numbers Against Project Name in Log Texts iOS


I really need to know what does the numbers against project name in log texts means. For Example:

2013-04-24  12:00:00:000  ProjectName[xxxxx:xxx]  Some Log Text

here [xxxxx:xxx] is some number which I need to know about..


Solution

  • First one is Process ID and Second one is Thread ID.

    xxxxx = Process ID
    xxx   = Thread ID.