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 でを使用Timerして、アプリケーションの「正常性」を 10 秒ごとに報告しています。アイデアは、アプリがハングしていないことを確認するために 10 秒ごとにチェックすることです。タイマー タスクはこれの良い指標ですか? 非同期で実行されることはわかっているので、これが機能するかどうかはわかりません。TimerTaskServiceTimer
Timer
TimerTask
Service
Timer実行のたびにメイン スレッドで再スケジュールされますか、それとも VM レベルで何らかの方法で処理されますか?