RESOLVED FIXED 229102
Add logging for failure in getting network process connection
https://bugs.webkit.org/show_bug.cgi?id=229102
Summary Add logging for failure in getting network process connection
Sihui Liu
Reported 2021-08-13 16:49:23 PDT
...
Attachments
Patch (10.34 KB, patch)
2021-08-13 16:54 PDT, Sihui Liu
no flags
Patch (10.34 KB, patch)
2021-08-14 20:18 PDT, Sihui Liu
no flags
Patch (10.34 KB, patch)
2021-08-15 13:44 PDT, Sihui Liu
no flags
Sihui Liu
Comment 1 2021-08-13 16:54:23 PDT
Sihui Liu
Comment 2 2021-08-14 20:18:49 PDT
Sihui Liu
Comment 3 2021-08-15 13:44:17 PDT
Geoffrey Garen
Comment 4 2021-08-16 09:59:33 PDT
Comment on attachment 435571 [details] Patch r=me
Chris Dumez
Comment 5 2021-08-16 10:00:07 PDT
Comment on attachment 435571 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=435571&action=review > Source/WebKit/UIProcess/WebsiteData/WebsiteDataStore.cpp:1736 > + if (!os_variant_allows_internal_security_policies("com.apple.WebKit")) What is the purpose of this?
Sihui Liu
Comment 6 2021-08-16 10:28:18 PDT
Comment on attachment 435571 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=435571&action=review >> Source/WebKit/UIProcess/WebsiteData/WebsiteDataStore.cpp:1736 >> + if (!os_variant_allows_internal_security_policies("com.apple.WebKit")) > > What is the purpose of this? To crash UI process and collect logs only in internal OSs, so we can keep track of crash rate in public OSs.
EWS
Comment 7 2021-08-16 11:27:25 PDT
Committed r281096 (240555@main): <https://commits.webkit.org/240555@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 435571 [details].
Radar WebKit Bug Importer
Comment 8 2021-08-16 11:28:25 PDT
Note You need to log in before you can comment on or make changes to this bug.