[ChromeDriver] Fix Chromedriver functioning for Android O
In Android O "ps" only returns the user's processes (generally just the "ps" command itself). Run both the bare "ps" command and with the flag "-A" to handle Android O. Move to using ps && ps -A for chromedriver process inspection Bug: chromedriver:2013 Change-Id: I1cc667f2ec6ff9ac5363ad7f8d34614a16badf3b Reviewed-on: https://chromium-review.googlesource.com/696163Reviewed-by:John Chen <johnchen@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#505817}
Showing
Please register or sign in to comment