How to view WebKit/Blink WTF_LOG

383 views
Skip to first unread message

Matej Šircelj

unread,
Oct 29, 2015, 1:22:52 PM10/29/15
to Chromium-dev
I compiled my own crosswalk build for windows following those instructions: https://crosswalk-project.org/contribute/building_crosswalk.html.

I can debug LOG(INFO) messages from chromium in Visual Studio but cannot get WTF_LOG messages from third_party/WebKit.

How/where can I see WTF_LOG messages.

Jeremy Roman

unread,
Oct 29, 2015, 2:03:01 PM10/29/15
to sirc...@gmail.com, Chromium-dev
There's a switch, assuming assertions are enabled (i.e. not a default release build). e.g.

out/Default/chrome --blink-platform-log-channels=Timers,ResourceLoading

--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev

Matej Šircelj

unread,
Oct 29, 2015, 6:05:09 PM10/29/15
to Jeremy Roman, Chromium-dev
I am already using this. My command line is: out\Debug\xwalk.exe ..\..\manifest.json --enable-logging --v=1 --wait-for-debugger --blink-platform-log-channels=* --js-flags="--log_all"

Are those logs supposed to show up in Visual Studio or do I need some other tool or do they get written in some file?

Matej Šircelj

unread,
Oct 30, 2015, 5:04:16 AM10/30/15
to Jeremy Roman, Chromium-dev
I figured it out. The * wildcard doesn't work and I needed --single-process.
Reply all
Reply to author
Forward
0 new messages