4
アクティビティでは、いくつかのスレッドを分割してスピンオフします。その後、これらの子スレッドの1つに、私は次の呼び出します今AndroidのUIスレッドで何が殺されるのか
((Activity) context).runOnUiThread(new Runnable() {
public void run() {
String message = "Exception thrown: Developer mode was enabled while " +
"trying to access the app.";
throw new RuntimeException(message);
}
});
を、他に何がUIスレッドと一緒に殺されますか?他のスレッドも同様に死ぬでしょうか?アプリケーションがクラッシュすると、それはまだバックグラウンドで実行されています(私は思う)