Shark 不显示函数名称
我想使用 shark 来分析我的应用程序(我之前使用过它并且工作正常),但现在它不显示任何函数名称。我在符号列中只有未知库和地址[未知]。某些项目部分是静态库(在同一项目中编译和链接,并带有调试符号)。显示来自标准库或其他框架的函数名称。
感谢您的帮助!
I want to use shark to profile my application(I used it before and it worked fine), but now it does not show any function name. I have only Unknown Library and address[unknown] in symbol column. Some project parts are static libraries(compiled and linked in same project, with debug symbols on). Function names from standard lib or from other framework are shown.
Thanks for help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否在激活调试符号的情况下进行编译?发布版本已删除符号,因此 shark 无法显示它们。
Did you compile with debug symbols activated? Release builds have the symbols stripped and hence shark cannot show them.