Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upHeadless emulator script should use pid argument for logcat #22261
Projects
Comments
|
This is the code you mean, right? servo/python/servo/post_build_commands.py Lines 97 to 110 in 7c65505 |
|
Yep. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have code that can determine the pid of the servo app after starting it (see
./mach run --android), so we should use that code to pass a pid argument to logcat and see all of the relevant output for the process.