mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 12:24:32 +00:00
490dd404ae
On Android targets, WA collects device display information by running "dumpsys window" during run initialisation. Previously, this was redirectied into on-device file (under the working directory) and then pulled from the target. It looks like on Android-on-ChromeOS devices the redirect leads to an "Unknown Error" and the resulting file is empty. To get around that, this commit modfies the dumpsys command so that the output is collected directly from the shell's stdout and then writen on the host.