(Bundle args)
| 463 | } |
| 464 | |
| 465 | protected void onDestroyed(Bundle args) { |
| 466 | if (this.kill && future != null) |
| 467 | try { |
| 468 | Log.i("Killing task=" + name); |
| 469 | future.cancel(true); |
| 470 | } catch (Throwable ex) { |
| 471 | Log.w(ex); |
| 472 | } |
| 473 | } |
| 474 | |
| 475 | @Override |
| 476 | public String toString() { |