[webkit-dev] how could I use std::cout in webkit?

Terry Anderson tdanderson at chromium.org
Mon Nov 12 08:45:03 PST 2012


If std::cerr fails, you could also try printing to a file.


On Mon, Nov 12, 2012 at 10:07 AM, Mikhail Naganov <mnaganov at chromium.org>wrote:

> Have you tried std::cerr?
>
> On Mon, Nov 12, 2012 at 10:00 AM, Zhao, Halley <halley.zhao at intel.com>
> wrote:
> > Nothing shows in terminal when I added some std::cout in source code, any
> > hints to print some log in webkit?
> >
> > My build command line: “./build-webkit --gtk --3d-rendering 2>&1 | tee
> > build.log”
> >
> > My run command line: “./run-launcher --gtk
> > --enable-accelerated-compositing=1 http://localhost/test.html 2&>1 | tee
> > log.txt”
> >
> >
> >
> > Thanks
> >
> >
> >
> >
> >
> >
> > _______________________________________________
> > webkit-dev mailing list
> > webkit-dev at lists.webkit.org
> > http://lists.webkit.org/mailman/listinfo/webkit-dev
> >
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo/webkit-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20121112/114b5675/attachment.html>


More information about the webkit-dev mailing list