Bug 225547

Summary: [iOS] [GPU] Silence warning about com.apple.audio.AudioComponentRegistrar in the WebContent process
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: WebKit Misc.Assignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Normal CC: pvollan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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].