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.
我对android中的生命周期还有些陌生。但是,在我的应用程序中,我有一个每十秒运行一次的计时器。我注意到当屏幕旋转时,应用程序返回主屏幕并崩溃(可能与计时器有关)。有任何想法吗?
在 onPause 中,您必须停止计时器。阅读您的 logcat 日志以了解详细信息。