Hi WebKit developers, Is it possible to log from the WebKit build for the iOS Simulator? I've had difficulty getting LOG() statements to work even on macOS, so just tried NSLog, but the result didn't show up in the system log when opened from the simulator. Thanks, -Ken
On 31 Aug 2019, at 05:33, Ken Russell <kbr@google.com> wrote:
Hi WebKit developers,
Is it possible to log from the WebKit build for the iOS Simulator? I've had difficulty getting LOG() statements to work even on macOS, so just tried NSLog, but the result didn't show up in the system log when opened from the simulator.
This has been working for me using the Console app, you just have to make sure that you select the simulated device in the left panel. Antoine
Thanks Antoine! Confirming that starting the Console app separately, and selecting the simulated device in the left panel there, shows the log statements. They didn't show up when selecting "Debug -> Open System Log..." in the simulator. -Ken On Sat, Aug 31, 2019 at 12:52 AM Antoine Quint <graouts@apple.com> wrote:
On 31 Aug 2019, at 05:33, Ken Russell <kbr@google.com> wrote:
Hi WebKit developers,
Is it possible to log from the WebKit build for the iOS Simulator? I've had difficulty getting LOG() statements to work even on macOS, so just tried NSLog, but the result didn't show up in the system log when opened from the simulator.
This has been working for me using the Console app, you just have to make sure that you select the simulated device in the left panel.
Antoine
participants (2)
-
Antoine Quint
-
Ken Russell