> On Jun 11, 2018, at 4:47 AM, Thiago Macieira <thi...@macieira.org> wrote:
> 
> On Sunday, 10 June 2018 01:59:37 CEST Linus Torvalds wrote:
>> Your debug log doesn't actually have the IO that is done. That seems
>> to be a Qt issue. We ask for debug output, and some versions of Qt
>> will give that:
>> 
>>        QLoggingCategory::setFilterRules(QStringLiteral("qt.bluetooth*
>> = true"));
>> 
>> and others will apparently just ignore it.
> 
> Ubuntu installs a global file that overrides. It's up to the user to 
> configure 
> what output they want to see, not the application.
> 
> The above line needs to be set by the user in the QT_LOGGING_RULES 
> environment 
> variable.

So on Windows all we need to do is set that environment variable
to get the full debug output we want?

/D
_______________________________________________
subsurface mailing list
subsurface@subsurface-divelog.org
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Reply via email to