summaryrefslogtreecommitdiff
path: root/startop/scripts/app_startup/lib/adb_utils.py
AgeCommit message (Collapse)Author
2019-09-03startop: Fix comments in gerrit CL 9172239.Yan Wang
Test: pytest Change-Id: I706730c8d54e575e26ff0e2bdbb668d2e70a5c2e
2019-08-08startop: Change trace duration in compiler.py to timedelta.Yan Wang
The time in timestamp is second, while the trace duration is millisecond. Using timedelta to fix this ambiguity. Test: pytest compiler_test.py Change-Id: I6c445c3dac1b60aec77ead14df021b8a2dda7b5e
2019-07-30startop: Rewrite the perfetto trace collection part.Yan Wang
Test: pytest perfetto_trace_collector_test.py Bug: 138233615 Change-Id: If13d895029e734a5e52bed73c5f870bb3f036c2f
2019-07-10startop: Rewrite metrics parsing using python.Yan Wang
Shell version metrics parser generates some strange results when called from Python. Test: pytest logcat_utils_test.py Test: pytest adb_utils_test.py Test: pytest run_app_with_prefetch_test.py Change-Id: I44a464f7e87f35ecc283c5108577eb33ad394fc6
2019-07-10startop: Move compiled trace file installation after activity checking (bugfix).Yan Wang
Test: pytest run_app_with_prefetch_test.py Test: python run_app_with_prefetch.py -p com.android.settings -i input -d -r fadvise Bug: 135286022 Change-Id: I06040bb10bfd8edf3f520576c4aed5a28587b142
2019-06-27startop: Rewrite the run app bash script to python.Yan Wang
Test: python run_app_with_prefetch.py -p com.android.settings -a com.android.settings.Settings -r fadvise -i input --debug --simulate Test: python run_app_with_prefetch.py -p com.android.settings -a com.android.settings.Settings -r fadvise -i input Test: pytest run_app_with_prefetch_test.py Bug: 135286022 Change-Id: I761e5d20292febcb47b7ca9f87d6847d77250f68