You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a bug with the logger utility where if the application contains no calls to Utility::logger <<, any calls to printf() will break the program. The cause of this bug needs to be investigated. This bug is only seen with SWO logging. Band-aid fix is to add the line Utility::logger << "" to the start of the app.
The text was updated successfully, but these errors were encountered:
There is a bug with the logger utility where if the application contains no calls to
Utility::logger <<
, any calls toprintf()
will break the program. The cause of this bug needs to be investigated. This bug is only seen with SWO logging. Band-aid fix is to add the lineUtility::logger << ""
to the start of the app.The text was updated successfully, but these errors were encountered: