質問編集履歴

2

追記依頼を受けての修正

2020/04/24 12:01

投稿

jiyi
jiyi

スコア7

test CHANGED
File without changes
test CHANGED
@@ -183,3 +183,27 @@
183
183
  ###試したこと
184
184
 
185
185
  マイクへのアクセス許可がない状態でAKMicrophoneを使おうとしたのが原因かと思い、マイクへのアクセス許可がない場合はAKMicrophoneを使わないように仕様を変更した(上記ソースコードには反映済み)のですが、その新しいversionでもcrashデータが報告されていました。
186
+
187
+
188
+
189
+ ###追記
190
+
191
+ 提案いただいたこちら(https://github.com/AudioKit/AudioKit/issues/969)を確認し、アプリ使用中に電話を着信して応答したところ、以下のようなログが出ました。
192
+
193
+ crashは再現できませんでしたが、エラーは出ており、それも気になるところではあります。
194
+
195
+ ```
196
+
197
+ [aurioc] AURemoteIO.cpp:1590:Start: AUIOClient_StartIO failed (561017449)
198
+
199
+ [avae] AVAEInternal.h:109 [AVAudioEngineGraph.mm:1544:Start: (err = PerformCommand(*ioNode, kAUStartIO, NULL, 0)): error 561017449
200
+
201
+ [general] AudioKit+StartStop.swift:restartEngineAfterRouteChange(_:):198:error restarting engine after route change (AudioKit+StartStop.swift:restartEngineAfterRouteChange(_:):198)
202
+
203
+ [general] AudioKit+StartStop.swift:restartEngineAfterConfigurationChange(_:):144:engine not restarted after configuration change since app was not active and does not support background audio (AudioKit+StartStop.swift:restartEngineAfterConfigurationChange(_:):144)
204
+
205
+ [general] AudioKit+StartStop.swift:restartEngineAfterRouteChange(_:):183:engine not restarted after route change since app was not active and does not support background audio (AudioKit+StartStop.swift:restartEngineAfterRouteChange(_:):183)
206
+
207
+ [general] AudioKit+StartStop.swift:restartEngineAfterConfigurationChange(_:):144:engine not restarted after configuration change since app was not active and does not support background audio (AudioKit+StartStop.swift:restartEngineAfterConfigurationChange(_:):144)
208
+
209
+ ```

1

誤字の修正

2020/04/24 12:01

投稿

jiyi
jiyi

スコア7

test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  自分の環境では何度もテストしているうちでは少なくとも一度も再現されておらず、原因が全くわかりません。
6
6
 
7
- このcrashが発生しているデバイスはiPhone 8, X, XS, iPadなど様々で、iOSも13.3.1 ~ 13.3.4と、特定の機種・デバイスというものはないようです。
7
+ このcrashが発生しているデバイスはiPhone 8, X, XS, iPadなど様々で、iOSも13.3.1 ~ 13.3.4と、特定の機種・OSなどはなさそうです。
8
8
 
9
9
  原因や対策として考えられるものがあれば、ご教授いただければ幸いです。
10
10