What are the numbers in the square brackets in NSLog() output?

后端 未结 4 1357
半阙折子戏
半阙折子戏 2020-12-03 05:16

What is the stuff between the [] in the log message below? I get this in my iPhone app, and I have no idea where the message is coming from. My first guess woul

4条回答
  •  再見小時候
    2020-12-03 06:05

    The first number is the process ID, as the others have said. The second number is the thread ID, at least I'm pretty sure that's what it is...

提交回复
热议问题