[bt-devel] BT 2.4 is generating much more debug output to console than 2.3.3

'Kang Sun' k486 at digizip.com
Thu Nov 19 09:10:20 MST 2009


* Eeli Kaikkonen <eekaikko at mail.student.oulu.fi> wrote on [2009/11/19 03:47]:
> On Wed, 18 Nov 2009, Jonathan Marsden wrote:
> 
> > CBTConfig::setupAccelSettings end
> > CDisplayWindow::insertKeyboardActions: ac:  BtActionCollection(0x1ca66d0)
> > CBTConfig::setupAccelSettings begin
> 
> Yes, it looks like "just testing a new feature or finding a bug". It's
> good to have debug output in critical places but not in loops etc. We
> have to remember to clean these off after a feature looks stable.
 
Defining QT_NO_DEBUG_OUTPUT and QT_NO_WARNING_OUTPUT in the compiler 
flags in the release build script will take care of it because the 
output is generated by qDebug().






More information about the bt-devel mailing list