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

iOSで起動時にクラッシュすることがある不具合の対応 #1118

Merged
2 commits merged into from
Aug 22, 2022

Conversation

ghost
Copy link

@ghost ghost commented Aug 22, 2022

Issue 番号 / Issue ID

目的 / Purpose

  • iOSで起動時にクラッシュすることがある不具合の対応

変更内容 / Changes

  • 以下の箇所でクラッシュしていた

    18  BackgroundTasks               	0x00000001bdb25df8 __63-[BGTaskScheduler getPendingTaskRequestsWithCompletionHandler:]_block_invoke + 604
    
    • BGTaskが動作しないという問い合わせの際に役立てるために追加したコードだが無くて良いものなので削除
  • 古いBGTaskが残っている場合にBGTaskを削除する処理を追加

破壊的変更をもたらしますか / 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 8686

@ghost ghost requested review from keiji, a user, cocoa-dev003 and cocoa-dev009 August 22, 2022 01:53
@ghost ghost self-assigned this Aug 22, 2022
@ghost ghost merged commit 1a0d3ce into release/v2.1.0 Aug 22, 2022
@ghost ghost deleted the feature/bug-ios-crash branch August 22, 2022 03:28
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.

1 participant