dfaure created this revision.
dfaure added reviewers: kossebau, davidedmundson.
Herald added a project: Frameworks.
Herald added a subscriber: kde-frameworks-devel.
dfaure requested review of this revision.

REVISION SUMMARY
  kdebugsettings --test-mode allows to tune the categorized logging for 
unittests,
  but if a very early qCDebug happens, QLoggingRegistry::initializeRules is 
called
  before the unittest gets a chance to call 
QStandardPaths::setTestModeEnabled(true).
  
  This is obviously a bit fragile overall; should all unittests do that in a 
constructor function? A bit ugly...

REPOSITORY
  R285 KCrash

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D29361

AFFECTED FILES
  src/kcrash.cpp

To: dfaure, kossebau, davidedmundson
Cc: kde-frameworks-devel, LeGast00n, cblack, michaelh, ngraham, bruns

Reply via email to