この文書の現在のバージョンと選択したバージョンの差分を表示します。
両方とも前のリビジョン 前のリビジョン | |||
android:アクティビティのライフサイクル [2019/10/12 17:01] ips |
android:アクティビティのライフサイクル [2019/12/01 09:12] (現在) ips |
||
---|---|---|---|
ライン 58: | ライン 58: | ||
Main onDestroy is called!! | Main onDestroy is called!! | ||
+ | |||
+ | ===== 自動終了 ===== | ||
+ | |||
+ | 2019-10-18 06:07:09.878 4535-4535/? D/service: onStartCommand is called | ||
+ | 2019-10-18 06:07:09.890 4535-4535/? D/service: setOnPreparedListener is called | ||
+ | 2019-10-18 06:07:15.417 4535-4535/? D/service: setOnCompletionListener is called | ||
+ | 2019-10-18 06:07:15.419 4535-4535/? D/service: onDestroy is called | ||
+ | |||
+ | ===== 停止した場合 ===== | ||
+ | |||
+ | 2019-10-18 06:07:39.078 4535-4535/? D/service: onStartCommand is called | ||
+ | 2019-10-18 06:07:39.089 4535-4535/? D/service: setOnPreparedListener is called | ||
+ | 2019-10-18 06:07:39.892 4535-4535/? D/service: onDestroy is called |