Added QLoggingCategory to Falkon
ClosedPublic

Authored by nwokeka on Jun 12 2019, 5:16 PM.

Details

Summary

Getting to know how the application works i needed a way to investigate some bits and pieces in the code. That's why I created the following patch.
Debug lines can be created with the following code:

qCDebug(FALKON_PRIVATE_LOG) << "testing 123, testing";

and debug lines can be activated with the runtime flag:

QT_LOGGING_RULES="org.kde.falkon.debug=true"

Diff Detail

Repository
R875 Falkon
Lint
Lint Skipped
Unit
Unit Tests Skipped
nwokeka created this revision.Jun 12 2019, 5:16 PM
Restricted Application added a project: Falkon. · View Herald TranscriptJun 12 2019, 5:16 PM
Restricted Application added a subscriber: falkon. · View Herald Transcript
nwokeka requested review of this revision.Jun 12 2019, 5:16 PM
nwokeka updated this revision to Diff 59673.

updated diff that had test string in it

I assume this will not hurt, thought it is not used atm.
Accept or reject?

drosca accepted this revision.Aug 24 2019, 2:56 PM
This revision is now accepted and ready to land.Aug 24 2019, 2:56 PM
This revision was automatically updated to reflect the committed changes.