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.
すべてのエラーをキャッチして、Toast にエラー メッセージを表示し、クラッシュせずにアプリケーションを再起動するなどのアクションを実行する方法はありますか?
Thread.setDefaultUncaughtExceptionHandlerここでは、UI スレッドでグローバル ハンドラーを設定するために使用します。ハンドラーでスタック トレースを取得し、自分自身にレポートを送信してから、
Thread.setDefaultUncaughtExceptionHandler
Process.killProcess(Process.myPid()); System.exit(0);
正常に再起動するには