We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libsystem_kernel.dylib 0x10d86834a mach_msg_trap + 10 CoreFoundation 0x108fd7e85 __CFRunLoopServiceMachPort + 213 CoreFoundation 0x108fd73c2 __CFRunLoopRun + 1730 CoreFoundation 0x108fd6a89 CFRunLoopRunSpecific + 409 Foundation 0x108950e5e -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 274 Foundation 0x1089ce9b7 -[NSRunLoop(NSRunLoop) runUntilDate:] + 87 UIKit 0x10ad9ec95 -[UIEventFetcher threadMain] + 118 Foundation 0x10895e8ac NSThread__start + 1197 libsystem_pthread.dylib 0x10d8a493b _pthread_body + 180 libsystem_pthread.dylib 0x10d8a4887 _pthread_start + 286 libsystem_pthread.dylib 0x10d8a408d thread_start + 13
问题是,我用上面这段信息,根本分析不出什么有价值的信息; 您有何建议? 或者说,用BSBacktraceLogger打出来的log, 还需要结合dsym和atos来符号化吗?
The text was updated successfully, but these errors were encountered:
从堆栈里面貌似无法直接看出卡顿的具体方法调用.
Sorry, something went wrong.
No branches or pull requests
您好,假如下面是我在卡顿时,记录的Thread的堆栈信息:
Backtrace of Thread 10243:
libsystem_kernel.dylib 0x10d86834a mach_msg_trap + 10
CoreFoundation 0x108fd7e85 __CFRunLoopServiceMachPort + 213
CoreFoundation 0x108fd73c2 __CFRunLoopRun + 1730
CoreFoundation 0x108fd6a89 CFRunLoopRunSpecific + 409
Foundation 0x108950e5e -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 274
Foundation 0x1089ce9b7 -[NSRunLoop(NSRunLoop) runUntilDate:] + 87
UIKit 0x10ad9ec95 -[UIEventFetcher threadMain] + 118
Foundation 0x10895e8ac NSThread__start + 1197
libsystem_pthread.dylib 0x10d8a493b _pthread_body + 180
libsystem_pthread.dylib 0x10d8a4887 _pthread_start + 286
libsystem_pthread.dylib 0x10d8a408d thread_start + 13
问题是,我用上面这段信息,根本分析不出什么有价值的信息;
您有何建议?
或者说,用BSBacktraceLogger打出来的log, 还需要结合dsym和atos来符号化吗?
The text was updated successfully, but these errors were encountered: