Skip to content
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

View logs from pl.leancode.automatorserver #45

Closed
bartekpacia opened this issue Jun 2, 2022 · 3 comments
Closed

View logs from pl.leancode.automatorserver #45

bartekpacia opened this issue Jun 2, 2022 · 3 comments
Assignees

Comments

@bartekpacia
Copy link
Contributor

If we pass maestro drive -vv ("very verbose"), then maestro_cli does adb logcat and prints to stdout (or adb -s <device_id> logcat, when there is more than 1 active emulator).

We'll have to filter the logs, because there are tons of them

Screenshot 2022-06-02 at 6 21 19 PM

@bartekpacia
Copy link
Contributor Author

Maybe some simple website to which logs will be streamed?

@bartekpacia
Copy link
Contributor Author

To view logs just do

$ adb logcat | grep -i Maestro

Trying to cram as many logs as possible into the stdout sent by maestro executable will harm readability of the logs. And it's very easy to use the above adb command to view logs.

I'd close it as "wont fix".

@bartekpacia bartekpacia closed this as not planned Won't fix, can't repro, duplicate, stale Jul 6, 2022
@bartekpacia bartekpacia self-assigned this Sep 14, 2022
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar problem, please file a new issue. Make sure to follow the template and provide all the information necessary to reproduce the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant