-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simulator: Printf not working at runtime | Simulator starts twice #54
Comments
I am also facing the same problem. Is there a solution now |
Still waiting for a solution... |
Hi, How do you print the logs? With Recently |
I think |
Does it mean the problem is solved? 🙂 |
Hello,
im using the simulator with platformio and used this repo example.
When i upload the project the simulator starts. When i close it another windows opens. This is essential for the following problem
I want to debug the code with printf command. So i defined following in platform.ini file:
Default log level is :
-D LV_LOG_LEVEL=LV_LOG_LEVEL_WARN
During runtime i dont get an output. When i close the Simulator window, the print output is now seen on the output. The second windows open, but the print output from it is not seen after closing.
However, when i change the log level to
-D LV_LOG_LEVEL=LV_LOG_LEVEL_INFO
the print output can now be seen during runtime. thi s isnt useful, because too much output is beeing listed.I hope the problem is understandable. Is this a bug or is there a solution?
The text was updated successfully, but these errors were encountered: