开发者

iPhone Leaks not showing trace

开发者 https://www.devze.com 2022-12-15 10:02 出处:网络
I am running my iPhone App on the simulator and looking for leaks using instruments. The problem is that the trace is no开发者_如何学Got sensible. It does\'t show any of my code or label any of the sy

I am running my iPhone App on the simulator and looking for leaks using instruments. The problem is that the trace is no开发者_如何学Got sensible. It does't show any of my code or label any of the system calls. It's all just numbers.

alt text http://davidbeckblog.com/wp-content/uploads/Screen%20shot%202010-01-01%20at%2010.01.04%20AM.png


Which SDK are you targeting? If you build for 3.0, I believe the symbols don't get displayed. Switching to 3.1 got the symbols displaying for me.


You need to run a Debug build for the traces to be symbolicated.

0

精彩评论

暂无评论...
验证码 换一张
取 消