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.
是否可以知道加载(初始化)期间应用程序当前正在做什么?类似于我们在输出窗口中得到的。
您的应用程序是否有启动画面,或者它可以在启动期间显示的其他 UI?如果是这样,您可以在启动屏幕中放置一个文本块,并使用状态信息定期更新文本块。我不知道是否有任何方法可以自动将状态信息输出到这个闪屏文本块,很可能你必须自己实现一些东西。