[Question] How to write LOGs in an APP made in flet/python, which appear in the DDMS? #4650
Unanswered
felipedecarvalho
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I created an application in flet/python and installed it on my cell phone.
I use the DDMS program (Dalvik Debug Monitor Server) to view application logs on the cell phone.
But I can't see logs from the application made in flet/python.
What should I do?
What commands should I use in the code in flet/python to write logs that can be seen by DDMS?
I can see my LOGS from other applications on my cell phone, such as those created in Delphi and Java.
I've tried using logging and it doesn't appear in DDMS :
Code sample
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions