Is it possible to attach to a currently running process to get its log? #886
Unanswered
SergeyBibikov
asked this question in
Q&A
Replies: 1 comment 1 reply
-
If the logging is done via the logging API, isn't |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi!
I launch the application using the multiprocessing.Process and get the application logs doing the following:
For some reason the multiprocessing.Process exits(maybe the
dvt
is closed, but I'm not sure)I would like to handle this situation and "attach" to the application process running on the device without relaunching the app, is it possible? At least, in theory :)
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions