Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的 Mac 应用程序崩溃报告中发现了一件奇怪的事情。 崩溃报告说,applicationDidFinishLaunching从主线程以及另一个线程调用。
applicationDidFinishLaunching
根据我的理解,它应该只从主线程调用。
谁能帮忙,为什么这个委托是从线程调用的?
仅供参考,我正在使用曲棍球套件报告崩溃。