RESOLVED FIXED 225547
[iOS] [GPU] Silence warning about com.apple.audio.AudioComponentRegistrar in the WebContent process
https://bugs.webkit.org/show_bug.cgi?id=225547
Summary [iOS] [GPU] Silence warning about com.apple.audio.AudioComponentRegistrar in ...
Brent Fulgham
Reported 2021-05-07 16:24:20 PDT
We block access to various media things (like 'com.apple.audio.AudioComponentRegistrar') when the GPU Process is being used. Some AudioToolbox code continues to try to connect even though we are not activating relevant parts of the audio subsystem. AudioToolbox doesn't care about this blocked connection when running in this mode, but they have not had a chance to modify the framework to avoid attempting to connect. To avoid spurious logging and telemetry, silence the sandbox violation when the GPU Process is active.
Attachments
Patch (2.19 KB, patch)
2021-05-07 16:35 PDT, Brent Fulgham
no flags
Brent Fulgham
Comment 1 2021-05-07 16:24:42 PDT
Brent Fulgham
Comment 2 2021-05-07 16:35:34 PDT
Per Arne Vollan
Comment 3 2021-05-07 16:53:48 PDT
Comment on attachment 428059 [details] Patch R=me.
EWS
Comment 4 2021-05-07 18:04:10 PDT
Committed r277218 (237489@main): <https://commits.webkit.org/237489@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 428059 [details].
Note You need to log in before you can comment on or make changes to this bug.