diff --git a/thermion_dart/hook/build.dart b/thermion_dart/hook/build.dart index f53eaf52..a0addc93 100644 --- a/thermion_dart/hook/build.dart +++ b/thermion_dart/hook/build.dart @@ -126,8 +126,9 @@ void main(List args) async { final flags = []; //"-fsanitize=address"]; final defines = {}; - + logger.info("User defines : ${input.userDefines}"); if ((input.userDefines["tracing"] as String?)?.isNotEmpty == true) { + logger.info("Enabling tracing"); defines["ENABLE_TRACING"] = "1"; }