1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 19:01:15 +01:00
workload-automation/wlauto
Sergei Trofimov 8aa1bdc63d AndroidDevice: correctly handle None output on get_pids_of
It is possible that the command executed by get_pids_of() will return
None (in cases where there are no running processes with the specified
name and the grep call didn't find anything). If that happens, then the
subsequent call to split() failed (as that is not a method of None). To
avoid this, substitute an empty string instead.
2016-10-17 10:54:10 +01:00
..
commands pylint fixes 2016-08-25 14:20:10 +01:00
common AndroidDevice: correctly handle None output on get_pids_of 2016-10-17 10:54:10 +01:00
core runner: Some types of exceptions will no longer take screenshots or dump UI hiarchy 2016-09-20 10:13:14 +01:00
devices Pylint fixes 2016-07-21 16:40:26 +01:00
external revent: Removed redundant android code 2016-09-30 14:25:11 +01:00
instrumentation Add dumpsys_period parameter to fps instrument 2016-07-26 11:30:34 +01:00
modules Pylint fixes 2016-07-21 16:40:26 +01:00
resource_getters Pylint fixes 2016-07-21 16:40:26 +01:00
result_processors Rename dumpsys_enabled parameter to markers_enabled 2016-08-09 09:56:04 +01:00
tests Pylint fixes 2016-07-21 16:40:26 +01:00
tools Pylint fixes 2016-07-21 16:40:26 +01:00
utils adb_shell: handle zero stdout on error 2016-10-17 10:49:53 +01:00
workloads AdobeReader: Fails on S7 due to search icons being a different class. Removed the class specifier 2016-10-11 13:25:35 +01:00
__init__.py Add new AndroidUxPerfWorkload class 2016-08-26 12:22:39 +01:00
agenda-example-biglittle.yaml Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
agenda-example-tutorial.yaml Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
config_example.py Execution: Added a clean_up global config to delete WA files from devices 2016-08-26 17:25:11 +01:00
exceptions.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00