Public bug reported:

EDS plugin is disabling the QML app's log printed by console.log() or
print(), by installing  null message handler
(QOrganizerEDSEngineMessageOutput)

Which is making QML app's debugging little difficult and its also hide
crucial warning message.

QOrganizerEDSEngine* QOrganizerEDSEngine::createEDSEngine(const QMap<QString, 
QString>& parameters)
{
    // disable debug message if variable not exported
    if (qgetenv("QORGANIZER_EDS_DEBUG").isEmpty()) {
        qInstallMessageHandler(QOrganizerEDSEngineMessageOutput);
  }

It started showing log message if we export QORGANIZER_EDS_DEBUG env
variable., but also prints EDS debug log.

I believe EDS should filter log and print log which does not belongs to
EDS.

** Affects: qtorganizer5-eds (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1294426

Title:
  EDS disabling the QML application's log

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtorganizer5-eds/+bug/1294426/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to