Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(webkit): Make JSC log to system logs instead of only to stderr #1093

Merged
merged 2 commits into from
Mar 13, 2019

Conversation

mbektchiev
Copy link
Contributor

Since the implementation of #1064 it has been made possible
for {N} users to switch on different JSC diagnostic options.
The problem was that to view the logs users had to use the Xcode
debugger, because they weren't visible in the system logs and
could not be captured by {N} CLI. With this change now all
applications that retrieve system logs from the device will process
them. We will also be able to add automated tests that ensure
these options' correct functionality.

related to #1004

PR Checklist

@mbektchiev mbektchiev force-pushed the bektchiev/jsc-logs-to-os_log branch 2 times, most recently from aaa1286 to 8b69210 Compare March 12, 2019 16:22
@cla-bot cla-bot bot added the cla: yes label Mar 12, 2019
Since the implementation of #1064 it has been made possible
for {N} users to switch on different JSC diagnostic options.
The problem was that to view the logs users had to use the Xcode
debugger, because they weren't visible in the system logs and
could not be captured by {N} CLI. With this change now all
applications that retrieve system logs from the device will process
them.

We will also be able to add automated tests that ensure
these options' correct functionality.

related to #1004
@mbektchiev mbektchiev merged commit 52e27d1 into master Mar 13, 2019
@ghost ghost removed the bug label Mar 13, 2019
@mbektchiev mbektchiev changed the title fix(webkit): Make JSC log to system logs instead of stderr fix(webkit): Make JSC log to system logs instead of only to stderr Mar 22, 2019
@mbektchiev mbektchiev deleted the bektchiev/jsc-logs-to-os_log branch April 4, 2019 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants