Bug 225547 - [iOS] [GPU] Silence warning about com.apple.audio.AudioComponentRegistrar in the WebContent process
Summary: [iOS] [GPU] Silence warning about com.apple.audio.AudioComponentRegistrar in ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-05-07 16:24 PDT by Brent Fulgham
Modified: 2021-05-07 18:04 PDT (History)
1 user (show)

See Also:


Attachments
Patch (2.19 KB, patch)
2021-05-07 16:35 PDT, Brent Fulgham
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 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.
Comment 1 Brent Fulgham 2021-05-07 16:24:42 PDT
<rdar://problem/77334436>
Comment 2 Brent Fulgham 2021-05-07 16:35:34 PDT
Created attachment 428059 [details]
Patch
Comment 3 Per Arne Vollan 2021-05-07 16:53:48 PDT
Comment on attachment 428059 [details]
Patch

R=me.
Comment 4 EWS 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].