Bug 181938 - [iOS] Tightened sandbox is generating power log errors
Summary: [iOS] Tightened sandbox is generating power log errors
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords: InRadar
Depends on: 180670
Blocks:
  Show dependency treegraph
 
Reported: 2018-01-22 12:30 PST by Brent Fulgham
Modified: 2018-01-22 13:01 PST (History)
1 user (show)

See Also:


Attachments
Patch (1.50 KB, patch)
2018-01-22 12:36 PST, Brent Fulgham
eric.carlson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2018-01-22 12:30:38 PST
When I stripped out "unneeded" service accessibility in Bug 180670, I didn't realize that there were logging routines that needed access to the power log services under iOS.

This patch re-enabled access to the power logger infrastructure to avoid these errors.
Comment 1 Brent Fulgham 2018-01-22 12:30:53 PST
<rdar://problem/36442803>
Comment 2 Brent Fulgham 2018-01-22 12:36:08 PST
Created attachment 331948 [details]
Patch
Comment 3 Brent Fulgham 2018-01-22 13:01:14 PST
Committed r227349: <https://trac.webkit.org/changeset/227349>