Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

バックグラウンドタスクの処理の見直し #1092

Merged
1 commit merged into from
Jul 27, 2022

Conversation

ghost
Copy link

@ghost ghost commented Jul 27, 2022

Issue 番号 / Issue ID

目的 / Purpose

  • バックグラウンドタスクの見直し

変更内容 / Changes

  • アプリ起動時、復帰時にイベントログ送信を行うように修正
    • iOSではバックグラウンドタスクが間引かれるなどして実行されないことが多いのでその対処
  • アプリ起動時にバックグラウンドタスクの登録ができているかわかりやすいように動作状況のログを追加
  • iOSのバックグラウンドタスクの登録状況を動作状況のログに適時出力
    • 今の所予期せず削除されていることは無い

※バックグラウンドタスクが確実に実行されるようにするための修正ではない

破壊的変更をもたらしますか / Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request の種類 / Pull Request type

[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

確認事項 / What to check

  • [ ]

その他 / Other information


Internal IDs:

  • Bug 7545
  • Bug 7547

@ghost ghost requested review from a user, cocoa-dev003 and cocoa-dev009 July 27, 2022 00:46
@ghost ghost self-assigned this Jul 27, 2022
@sonarcloud
Copy link

sonarcloud bot commented Jul 27, 2022

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@ghost ghost merged commit 5268c94 into develop Jul 27, 2022
@ghost ghost deleted the feature/background-task-bug branch July 27, 2022 02:39
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants