Qt logging through cloudlog (#21452)

* Qt logging through cloudlog

* sort imports

* rename to swaLogMessageHandler

* move to util

* info is high enough

* smaller diff
old-commit-hash: 54b6a9f121aa7af0920016d7288b0037beca1260
This commit is contained in:
Willem Melching
2021-07-02 14:01:59 +02:00
committed by GitHub
parent 3c5a97251f
commit 34678fb7fb
5 changed files with 29 additions and 5 deletions
+2 -1
View File
@@ -319,7 +319,8 @@ qt_flags = [
"-DQT_QUICK_LIB",
"-DQT_QUICKWIDGETS_LIB",
"-DQT_QML_LIB",
"-DQT_CORE_LIB"
"-DQT_CORE_LIB",
"-DQT_MESSAGELOGCONTEXT",
]
qt_env['CXXFLAGS'] += qt_flags
qt_env['LIBPATH'] += ['#selfdrive/ui']