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中使用Timera以每 10 秒报告一次我的应用程序的“运行状况”。这个想法是每 10 秒检查一次,以确保应用程序没有挂起。计时器任务是一个很好的指标吗?我知道它是异步运行的,所以我不确定这是否可行。TimerTaskServiceTimer
Timer
TimerTask
Service
是在每次执行后在主线程中重新安排一次重复Timer,还是在 VM 级别进行了一些处理?