我们如何才能使进程重新启动得更快?
我有一个运行进程和服务的应用程序。
当我使用自动杀手应用程序时,它会结束该应用程序的进程,然后当我看到正在运行的应用程序时显示“正在重新启动..”。
如何使“重新启动”更快,或者如何防止自动杀手应用程序结束我的进程应用程序?
提前致谢!
i have an app that runs a process and a service.
When I use an auto killer application, it ends the process of that app and then it shows "restarting.." when I see the running applications.
How can I make this "restart" faster or how can I prevent the auto killer apps from ending my process app?
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
遵循良好的编程实践和设计模式,使您的应用程序更加高效和响应迅速
我认为这是不可能可能的。
Follow good programming practices and design patterns that make your app more efficient and responsive
I think that this is not possible.