1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-07 03:11:53 +01:00
workload-automation/wlauto/common/android
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
..
__init__.py Pylint fixes 2016-07-21 16:40:26 +01:00
BaseUiAutomation.class Add further convenience methods to BaseUiAutomation 2016-07-26 10:34:04 +01:00
BaseUiAutomation$1.class Add UxPerfUiAutomation class 2016-08-09 09:56:04 +01:00
BaseUiAutomation$ActionLogger.class Add UxPerfUiAutomation class 2016-08-09 09:56:04 +01:00
BaseUiAutomation$Direction.class Add UxPerfUiAutomation class 2016-08-09 09:56:04 +01:00
BaseUiAutomation$FindByCriteria.class Add UxPerfUiAutomation class 2016-08-09 09:56:04 +01:00
BaseUiAutomation$PinchType.class Add UxPerfUiAutomation class 2016-08-09 09:56:04 +01:00
BaseUiAutomation$ScreenOrientation.class Add UxPerfUiAutomation class 2016-08-09 09:56:04 +01:00
device.py AndroidDevice: correctly handle None output on get_pids_of 2016-10-17 10:54:10 +01:00
resources.py Check APK version and ABI when installing 2016-07-12 17:02:17 +01:00
UxPerfUiAutomation.class Add UxPerfUiAutomation class 2016-08-09 09:56:04 +01:00
UxPerfUiAutomation$1.class Add UxPerfUiAutomation class 2016-08-09 09:56:04 +01:00
UxPerfUiAutomation$ActionLogger.class Add UxPerfUiAutomation class 2016-08-09 09:56:04 +01:00
UxPerfUiAutomation$Direction.class Add UxPerfUiAutomation class 2016-08-09 09:56:04 +01:00
UxPerfUiAutomation$GestureTestParams.class Add UxPerfUiAutomation class 2016-08-09 09:56:04 +01:00
UxPerfUiAutomation$GestureType.class Add UxPerfUiAutomation class 2016-08-09 09:56:04 +01:00
UxPerfUiAutomation$PinchType.class Add UxPerfUiAutomation class 2016-08-09 09:56:04 +01:00
UxPerfUiAutomation$SurfaceLogger.class Add UxPerfUiAutomation class 2016-08-09 09:56:04 +01:00
UxPerfUiAutomation$Timer.class Add UxPerfUiAutomation class 2016-08-09 09:56:04 +01:00
UxPerfUiAutomation$UxPerfLogger.class Add UxPerfUiAutomation class 2016-08-09 09:56:04 +01:00
workload.py ApkWorkload: ensure that the APK is always replaced and that a downgrade is allowed. 2016-10-10 13:15:24 +01:00