You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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.
If we pass
maestro drive -vv
("very verbose"), thenmaestro_cli
doesadb logcat
and prints to stdout (oradb -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
The text was updated successfully, but these errors were encountered: