This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[BUG] Trace output of ESP32-DevKitC jobs demo is clobbered #3543
Labels
Comments
This actually looks more like a race condition in LogInfo for this demo. IT should have printed out an example job, but this is an example console output in the ESP-IDF 4.2 PowerShell window:
This is printed out from here: amazon-freertos/demos/jobs_for_aws/jobs_demo.c Lines 828 to 854 in 49e7fe5
|
cookpate
changed the title
[BUG] Documentation: Trace Output of ESP32-DevKitC Jobs Demo Has Dead Link
[BUG] Trace output of ESP32-DevKitC jobs demo is clobbered
Oct 20, 2022
Ah, it looks like the carriage return at the beginning of log messages isn't overwriting the current line. It's a hacky way of suppressing the log message header. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
A help message is printed out when the jobs_for_aws demo first runs. On the ESP32 DevKit at least, the message ends up clobbered and doesn't print out in full. I initially thought I was going to a dead link in the docs.
System information
Expected behavior
The help message should be displayed in full without any clobbering as shown:
amazon-freertos/demos/jobs_for_aws/jobs_demo.c
Lines 828 to 854 in 49e7fe5
Screenshots or console output
Steps to reproduce bug
Example:
1. Configure to run the Jobs Demo (#define CONFIG_JOBS_DEMO_ENABLED in aws_demo_config.h)
2. In the root directory with a configured ESP32 thing plugged in, flash and monitor the demo
The text was updated successfully, but these errors were encountered: