作者热门文章
- c - 在位数组中找到第一个零
- linux - Unix 显示有关匹配两种模式之一的文件的信息
- 正则表达式替换多个文件
- linux - 隐藏来自 xtrace 的命令
我有一个扩展应用程序的类。类(class)内容相当广泛。当应用程序长时间处于后台时,操作系统会终止该类。重新启动时,事情会横向发展。我需要调试一些数据结构并解决问题。有没有办法强制操作系统复制此行为,而不是在每次运行应用程序之间等待一两个小时?我知道我可以终止整个应用程序,但这不是我想要的。
最佳答案
When the application is in the background for a long time the OS kills the class.
不,当应用程序在后台运行一段时间后,操作系统会终止您的进程。
Is there a way to force the OS to replicate this behavior instead of waiting an hour or two between each time I run the app?
您可以从 DDMS 终止进程。
I know I can kill the entire application but that isn't what I'm going for.
是的,因为没有“杀死类”的概念。
关于android - 强制应用程序类关闭,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11142515/
我是一名优秀的程序员,十分优秀!