> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]]
> On Behalf Of Guido Seifert
> Sent: Saturday, February 21, 2015 1:15 PM
> To: [email protected]
> Subject: Re: [Interest] xcb: moved mouse to .... spamming console
>
> True. This important part did my quick grep not show. :-) Now I have to figure
> out where the qtlogging.ini came from. :-/
set QT_LOGGING_DEBUG environment variable to true. It should tell you.
> [...]
> > > > qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp:
> > > qDebug("xcb: moved mouse to %4d, %4d; button state %X",
> > > mev->event_x,
> > > mev->event_y, static_cast<unsigned int>(m_buttons));
> > >
> > > Normal qDebug... no logging category.
> > >
> >
> > That's true but it's in an if
> > (Q_UNLIKELY(lcQpaXInput().isDebugEnabled()))
> > which tests if the logging category is enabled.
It's a bit weird though to test for a logging category, but then not log into
it ...
> Maybe logging mouse movements is a bit too much though...
I agree:
https://codereview.qt-project.org/#/c/106961/
Regards
Kai
_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest