Details
-
Bug
-
Resolution: Invalid
-
P1: Critical
-
None
-
No Version
Description
During MfE import messageserver seems to be spending over 50% of its time in logging functions. The culprit seems to be libqmfclient.so.
LogSystem::debugMsgFwd(QtMsgType, char const*) seems to be a heavy operation.
Please disable logging in releases. You should have some configuration option to enable logging only on demand.
Logging functions should be (almost) no-op when logging is disabled.