LCM_LOG macro is not printing to standard output when executing the connmanctl_dbus application.
The log was implemented to always print to standard output for tests and examples.
Interestingly, the LCM_LOG works for the tests but not for the examples.
One could remove completely the LCM_LOG_DEFAULT_ENABLED compile definition and enable logs at runtime in tests and examples, or fix address the LCM_LOG_DEFAULT_ENABLED is not working for the examples.
LCM_LOG macro is not printing to standard output when executing the
connmanctl_dbusapplication.The log was implemented to always print to standard output for tests and examples.
Interestingly, the LCM_LOG works for the tests but not for the examples.
One could remove completely the LCM_LOG_DEFAULT_ENABLED compile definition and enable logs at runtime in tests and examples, or fix address the
LCM_LOG_DEFAULT_ENABLEDis not working for the examples.